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

Commit

Permalink
Removed one more use of ()
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 26, 2010
1 parent bf21af2 commit 39782a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/uikit/jumphack.c
Expand Up @@ -13,7 +13,7 @@ jmp_buf env;

/* returns the jump environment for setting / getting purposes */
jmp_buf *
jump_env()
jump_env(void)
{
return &env;
}
2 changes: 1 addition & 1 deletion src/video/uikit/jumphack.h
Expand Up @@ -11,6 +11,6 @@

/* see SDL_uikitevents.m for more info */

extern jmp_buf *jump_env();
extern jmp_buf *jump_env(void);

#endif

0 comments on commit 39782a2

Please sign in to comment.