diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2007-09-20 11:06:31 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2007-09-20 11:06:31 +0000 |
| commit | 40c0569cef2d2146bae17378ac17935c57387ae0 (patch) | |
| tree | e68d469dbd2eaff82d6c75ecad5c20fd0fd043e4 /apps/plugins | |
| parent | 1b4623a849932b17219087c130762eca818b4508 (diff) | |
| download | rockbox-40c0569cef2d2146bae17378ac17935c57387ae0.zip rockbox-40c0569cef2d2146bae17378ac17935c57387ae0.tar.gz rockbox-40c0569cef2d2146bae17378ac17935c57387ae0.tar.bz2 rockbox-40c0569cef2d2146bae17378ac17935c57387ae0.tar.xz | |
Oops, what did that do there?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14774 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/jewels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c index dde53a0..f46c3b2 100644 --- a/apps/plugins/jewels.c +++ b/apps/plugins/jewels.c @@ -160,7 +160,7 @@ PLUGIN_HEADER #define YOFS 6 #define NUM_SCORES 10 -+/* use 10x10 tiles (Sansa c200) */ +/* use 10x10 tiles (Sansa c200) */ #elif (LCD_HEIGHT == 80) && (LCD_WIDTH == 132) #define TILE_WIDTH 10 #define TILE_HEIGHT 10 |