diff options
Diffstat (limited to 'audio/telephony-maemo.c')
-rw-r--r-- | audio/telephony-maemo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 9bc6b567..2c7bdab7 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -74,7 +74,7 @@ struct csd_call { static DBusConnection *connection = NULL; -GSList *calls = NULL; +static GSList *calls = NULL; static char *subscriber_number = NULL; static char *active_call_number = NULL; |