diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-08 16:24:41 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-08 16:24:41 +0200 |
commit | ab0901088ee93e61219910ecd508295184767f28 (patch) | |
tree | 35ccd26f8215d26aa4a468199a496b6ec61d3718 /audio | |
parent | e522e48a58338ab462431ced3132dc7437a1cdc1 (diff) |
memory_dial_lookup should be static
Diffstat (limited to 'audio')
-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 4803cb9e..b5f69b13 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -539,7 +539,7 @@ static int send_method_call(const char *dest, const char *path, return 0; } -const char *memory_dial_lookup(int location) +static const char *memory_dial_lookup(int location) { if (location == 1) return vmbx; |