Mercurial > sdl-ios-xcode
comparison src/video/uikit/jumphack.h @ 4473:e8045ba3f79f
Removed one more use of ()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Jun 2010 08:58:06 -0700 |
parents | f55c87ae336b |
children | b915b3181cc2 |
comparison
equal
deleted
inserted
replaced
4472:791b3256fb22 | 4473:e8045ba3f79f |
---|---|
9 | 9 |
10 #include "setjmp.h" | 10 #include "setjmp.h" |
11 | 11 |
12 /* see SDL_uikitevents.m for more info */ | 12 /* see SDL_uikitevents.m for more info */ |
13 | 13 |
14 extern jmp_buf *jump_env(); | 14 extern jmp_buf *jump_env(void); |
15 | 15 |
16 #endif | 16 #endif |