summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2002-08-12 22:19:22 +0000
committerRobert Hak <adiamas@rockbox.org>2002-08-12 22:19:22 +0000
commit67536fc404c8cceee0fc1f36975867886c298319 (patch)
treec20144f07eeab5ff2d43f65e182ff3cd84740c89
parent176db6baa3e4f2e2673bc91adaaa16f86882c9bc (diff)
downloadrockbox-67536fc404c8cceee0fc1f36975867886c298319.tar.gz
rockbox-67536fc404c8cceee0fc1f36975867886c298319.zip
Mats Lidell joins the list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1690 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/credits.c3
-rw-r--r--firmware/CREDITS1
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/credits.c b/apps/credits.c
index 915f709287..04c3e00e74 100644
--- a/apps/credits.c
+++ b/apps/credits.c
@@ -55,7 +55,8 @@ char* credits[] = {
55 "Justin Heiner", 55 "Justin Heiner",
56 "Magnus Holmgren", 56 "Magnus Holmgren",
57 "Bill Napier", 57 "Bill Napier",
58 "George Styles" 58 "George Styles",
59 "Mats Lidell"
59}; 60};
60 61
61#ifdef HAVE_LCD_BITMAP 62#ifdef HAVE_LCD_BITMAP
diff --git a/firmware/CREDITS b/firmware/CREDITS
index d07ab76119..316f334907 100644
--- a/firmware/CREDITS
+++ b/firmware/CREDITS
@@ -33,3 +33,4 @@ Justin Heiner Code
33Magnus Holmgren Code 33Magnus Holmgren Code
34Bill Napier Build fixes 34Bill Napier Build fixes
35George Styles Code 35George Styles Code
36Mats Lidell Code \ No newline at end of file