summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-30 09:35:36 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-06-30 09:35:36 +0000
commitbc4d223b6ca26c8a7618ce0cb441132601a9a5cb (patch)
tree3e3c0f65e67f84916581c4678b56ddea10e615c7 /apps/plugins
parentf3efc26445a7dafbdd03b20ec6ceeb61ade049fc (diff)
downloadrockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.gz
rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.zip
Correct comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21574 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rwxr-xr-xapps/plugins/lua/button_helper.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl
index d8e83e6347..549619c971 100755
--- a/apps/plugins/lua/button_helper.pl
+++ b/apps/plugins/lua/button_helper.pl
@@ -56,7 +56,7 @@ int main(void)
56{ 56{
57 unsigned int i; 57 unsigned int i;
58 printf("-- Don't change this file!\\n"); 58 printf("-- Don't change this file!\\n");
59 printf("-- It is automatically generated of button-target.h \%s\\n", "$svnrev"); 59 printf("-- It is automatically generated of button.h \%s\\n", "$svnrev");
60 printf("rb.buttons = {\\n"); 60 printf("rb.buttons = {\\n");
61 for(i=0; i<sizeof(buttons)/sizeof(struct button); i++) 61 for(i=0; i<sizeof(buttons)/sizeof(struct button); i++)
62 printf("\\t\%s = \%ld,\\n", buttons[i].name, buttons[i].value); 62 printf("\\t\%s = \%ld,\\n", buttons[i].name, buttons[i].value);