summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/hosted/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hosted/notification.c b/apps/hosted/notification.c
index bde91b039f..4df5b9d6d2 100644
--- a/apps/hosted/notification.c
+++ b/apps/hosted/notification.c
@@ -37,7 +37,7 @@ static jobject NotificationManager_instance;
37static jstring title, artist, album, albumart; 37static jstring title, artist, album, albumart;
38 38
39/* completely arbitrary dimensions. neded for find_albumart() */ 39/* completely arbitrary dimensions. neded for find_albumart() */
40const struct dim dim = { .width = 200, .height = 200 }; 40static const struct dim dim = { .width = 200, .height = 200 };
41#define NZV(a) (a && a[0]) 41#define NZV(a) (a && a[0])
42 42
43/* 43/*