Skip to content

Commit

Permalink
Attempt to fix windows build
Browse files Browse the repository at this point in the history
Seems SDL_main is being invoked somehow, which is looking for the correct
prototype for main(), which we did not have.
  • Loading branch information
Beirdo committed May 9, 2012
1 parent 491a033 commit 1c48a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/html/dummy.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int main(void)
int main(int argc, char *argv[])
{
return 0;
}

0 comments on commit 1c48a36

Please sign in to comment.