Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Placate versions of ranlib which complain about empty files (Mac OS X…
Browse files Browse the repository at this point in the history
… 10.4)
  • Loading branch information
slouken committed Jul 26, 2006
1 parent 5bc1f3f commit 0835728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/dummy/SDL_dummy_main.c
Expand Up @@ -11,5 +11,11 @@ main(int argc, char *argv[])
}
#else
/* Nothing to do on this platform */
int
SDL_main_stub_symbol()
{
return 0;
}
#endif

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 0835728

Please sign in to comment.