1
0
Fork 0
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:
Maurus Cuelenaere 2009-06-30 09:35:36 +00:00
parent f3efc26445
commit bc4d223b6c

View file

@ -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);