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 bde91b0..4df5b9d 100644
--- a/apps/hosted/notification.c
+++ b/apps/hosted/notification.c
@@ -37,7 +37,7 @@ static jobject NotificationManager_instance;
static jstring title, artist, album, albumart;
/* completely arbitrary dimensions. neded for find_albumart() */
-const struct dim dim = { .width = 200, .height = 200 };
+static const struct dim dim = { .width = 200, .height = 200 };
#define NZV(a) (a && a[0])
/*