mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Removed one more use of ()
This commit is contained in:
@@ -13,7 +13,7 @@ jmp_buf env;
|
||||
|
||||
/* returns the jump environment for setting / getting purposes */
|
||||
jmp_buf *
|
||||
jump_env()
|
||||
jump_env(void)
|
||||
{
|
||||
return &env;
|
||||
}
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
|
||||
/* see SDL_uikitevents.m for more info */
|
||||
|
||||
extern jmp_buf *jump_env();
|
||||
extern jmp_buf *jump_env(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user