diff options
author | Dave Chapman <dave@dchapman.com> | 2007-03-14 21:54:18 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2007-03-14 21:54:18 +0000 |
commit | 6c6b2507b199ea7856ce3f0bde54f6411d6238c2 (patch) | |
tree | d037d4aac972da186bf1dc2a183c4f2aca9539a1 /apps/plugins/credits.c | |
parent | 7340c3374834630a0791be05937f8e57b1202c9d (diff) | |
download | rockbox-6c6b2507b199ea7856ce3f0bde54f6411d6238c2.tar.gz rockbox-6c6b2507b199ea7856ce3f0bde54f6411d6238c2.zip |
Correct a comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12767 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/credits.c')
-rw-r--r-- | apps/plugins/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/credits.c b/apps/plugins/credits.c index 8ed3161019..cb75156d73 100644 --- a/apps/plugins/credits.c +++ b/apps/plugins/credits.c @@ -43,7 +43,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) rb->lcd_double_height(false); #endif - /* Show the logo for about 1.5 secs allowing the user to stop */ + /* Show the logo for about 3 secs allowing the user to stop */ for (j = 0; j < 15; j++) { rb->sleep((HZ*2)/10); |