diff options
Diffstat (limited to 'audio/telephony-maemo.c')
| -rw-r--r-- | audio/telephony-maemo.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index d411b5e0..4803cb9e 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -177,8 +177,8 @@ static DBusConnection *connection = NULL;  static GSList *calls = NULL; -static char *msisdn = NULL; -static char *vmbx = NULL; +static char *msisdn = NULL;	/* Subscriber number */ +static char *vmbx = NULL;	/* Voice mailbox number */  /* HAL battery namespace key values */  static int battchg_cur = -1;	/* "battery.charge_level.current" */ | 
