dect
/
asterisk
Archived
13
0
Fork 0

resolve compiler warnings from constification

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43370 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-09-20 21:08:32 +00:00
parent 113df5b62a
commit 487be62f40
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ static int tds_load_module(void)
int res = 0;
struct ast_config *cfg;
struct ast_variable *var;
char *ptr = NULL;
const char *ptr = NULL;
#ifdef FREETDS_PRE_0_62
TDS_INT result_type;
#endif