diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-30 09:35:36 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-06-30 09:35:36 +0000 |
| commit | bc4d223b6ca26c8a7618ce0cb441132601a9a5cb (patch) | |
| tree | 3e3c0f65e67f84916581c4678b56ddea10e615c7 /apps/plugins | |
| parent | f3efc26445a7dafbdd03b20ec6ceeb61ade049fc (diff) | |
| download | rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.zip rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.gz rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.bz2 rockbox-bc4d223b6ca26c8a7618ce0cb441132601a9a5cb.tar.xz | |
Correct comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21574 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rwxr-xr-x | apps/plugins/lua/button_helper.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl index d8e83e6..549619c 100755 --- a/apps/plugins/lua/button_helper.pl +++ b/apps/plugins/lua/button_helper.pl @@ -56,7 +56,7 @@ int main(void) { unsigned int i; printf("-- Don't change this file!\\n"); - printf("-- It is automatically generated of button-target.h \%s\\n", "$svnrev"); + printf("-- It is automatically generated of button.h \%s\\n", "$svnrev"); printf("rb.buttons = {\\n"); for(i=0; i<sizeof(buttons)/sizeof(struct button); i++) printf("\\t\%s = \%ld,\\n", buttons[i].name, buttons[i].value); |