Code formatting fixes

svn-id: r34827
This commit is contained in:
Max Horn 2008-10-19 21:06:26 +00:00
parent c501ef1450
commit f1a0d7dfb2
3 changed files with 36 additions and 40 deletions

View file

@ -118,8 +118,7 @@ int SetupCallbacks(void) {
}
#undef main
int main(void)
{
int main(void) {
SetupCallbacks();
static char *argv[] = { "scummvm", NULL };