forked from len0rd/rockbox
Correct comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3efc26445
commit
bc4d223b6c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue