summaryrefslogtreecommitdiff
path: root/apps/plugins/lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua')
-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);