1
0
Fork 0
forked from len0rd/rockbox

code policed // comments

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9112 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2006-03-19 06:59:36 +00:00
parent 341407ace1
commit 4582f233ce
7 changed files with 103 additions and 103 deletions

View file

@ -38,7 +38,7 @@
#include "SDL_thread.h"
/* extern functions */
extern void app_main (void *); // mod entry point
extern void app_main (void *); /* mod entry point */
extern void new_key(int key);
extern void sim_tick_tasks(void);
@ -95,7 +95,7 @@ void gui_message_loop(void)
done = true;
break;
default:
//printf("Unhandled event\n");
/*printf("Unhandled event\n"); */
break;
}
}