From ab0901088ee93e61219910ecd508295184767f28 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 8 Dec 2008 16:24:41 +0200 Subject: memory_dial_lookup should be static --- audio/telephony-maemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/telephony-maemo.c') 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; -- cgit