summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-12-23 21:35:51 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-12-23 21:37:05 +0100
commitbe22806715ee51b5bb8d1fe9953f74bb2ee32792 (patch)
treecc49831d1f003b7c08d1f3077e5f5180d767ef43 /src/ui.c
parentd20878bce0c0d84e5b49d1b9642e71bb0d18341a (diff)
downloadpianobar-windows-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.gz
pianobar-windows-be22806715ee51b5bb8d1fe9953f74bb2ee32792.tar.bz2
pianobar-windows-be22806715ee51b5bb8d1fe9953f74bb2ee32792.zip
Fix warnings found by -Wmissing-declarations
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
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;