Skip to content

Commit

Permalink
int main(void!)
Browse files Browse the repository at this point in the history
darcs-hash:20050331094436-25792-d9dc3871cd104da87617d2f91cafc751a6e702ae.gz
  • Loading branch information
mackstann committed Nov 27, 2011
1 parent 1046485 commit 8359509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annotated.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define MAX(a, b) ((a) > (b) ? (a) : (b))

int main()
int main(void)
{
Display * dpy;
XWindowAttributes attr;
Expand Down
2 changes: 1 addition & 1 deletion tinywm.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define MAX(a, b) ((a) > (b) ? (a) : (b))

int main()
int main(void)
{
Display * dpy;
XWindowAttributes attr;
Expand Down

0 comments on commit 8359509

Please sign in to comment.