From be22806715ee51b5bb8d1fe9953f74bb2ee32792 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Dec 2011 21:35:51 +0100 Subject: Fix warnings found by -Wmissing-declarations --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 9a76266..82d2780 100644 --- a/src/ui.c +++ b/src/ui.c @@ -633,7 +633,7 @@ void BarStationFromGenre (BarApp_t *app) { * @param format characters * @param replacement for each given format character */ -void BarUiCustomFormat (char *dest, size_t destSize, const char *format, +static void BarUiCustomFormat (char *dest, size_t destSize, const char *format, const char *formatChars, const char **formatVals) { bool haveFormatChar = false; -- cgit v1.2.3