isimodem: Fix nit in call-barring

This commit is contained in:
Aki Niemi 2011-03-03 13:25:10 +02:00
parent d687f5259f
commit 9130f2d02d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct barr_data {
GIsiClient *client;
};
static int lock_code_to_mmi(char const *lock)
static int lock_code_to_mmi(const char *lock)
{
if (strcmp(lock, "AO") == 0)
return SS_GSM_BARR_ALL_OUT;