summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/credits.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/credits.c b/apps/credits.c
index b8630b69fb..34acf6cd45 100644
--- a/apps/credits.c
+++ b/apps/credits.c
@@ -44,7 +44,8 @@ char* credits[] = {
44 "Dave Chapman", 44 "Dave Chapman",
45 "Stefan Meyer", 45 "Stefan Meyer",
46 "Eric Linenberg", 46 "Eric Linenberg",
47 "Tom Cvitan" 47 "Tom Cvitan",
48 "Magnus Oman",
48}; 49};
49 50
50#ifdef HAVE_LCD_BITMAP 51#ifdef HAVE_LCD_BITMAP