dect
/
asterisk
Archived
13
0
Fork 0

Two more minor fixes due to constification

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@196272 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2009-05-22 16:53:41 +00:00
parent a09dfb74c6
commit c208610d90
1 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ int __ast_vasprintf(char **strp, const char *fmt, va_list ap, const char *file,
static char *handle_memory_show(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
char *fn = NULL;
const char *fn = NULL;
struct ast_region *reg;
unsigned int x;
unsigned int len = 0;
@ -386,7 +386,7 @@ static char *handle_memory_show(struct ast_cli_entry *e, int cmd, struct ast_cli
static char *handle_memory_show_summary(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a)
{
char *fn = NULL;
const char *fn = NULL;
int x;
struct ast_region *reg;
unsigned int len = 0;