summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
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;