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/screen | |
| parent | 31941d9f3b2a665317503166785a3eb6cef35a9c (diff) | |
rename macro UNSET on UNSED
Diffstat (limited to 'src/screen')
| -rw-r--r-- | src/screen/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen/world.c b/src/screen/world.c index 5cfb301..8bb7215 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -500,8 +500,8 @@ void startWorld() static void action_analyze(space_t * space, tux_t * tux, void *p) { - UNUSET(space); - UNUSET(p); + UNUSED(space); + UNUSED(p); analyze_add(tux->name, tux->score); } |