diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-22 20:03:05 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-22 20:03:05 +0200 |
| commit | b7b72cca9df9c9c3601e88ac1381802ac83014ee (patch) | |
| tree | a7805d76cc8fa90c37db4982c896f8060e7031f6 /src/client/interface.c | |
| parent | 31941d9f3b2a665317503166785a3eb6cef35a9c (diff) | |
rename macro UNSET on UNSED
Diffstat (limited to 'src/client/interface.c')
| -rw-r--r-- | src/client/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/interface.c b/src/client/interface.c index 52c368b..53119e4 100644 --- a/src/client/interface.c +++ b/src/client/interface.c @@ -39,7 +39,7 @@ static Uint32 TimerCallback(Uint32 interval, void *param) { SDL_Event event; - UNUSET(param); + UNUSED(param); event.type = SDL_USEREVENT; event.user.code = USR_EVT_TIMER; |