From b7b72cca9df9c9c3601e88ac1381802ac83014ee Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Wed, 22 Apr 2009 20:03:05 +0200 Subject: rename macro UNSET on UNSED --- src/client/term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/term.c') diff --git a/src/client/term.c b/src/client/term.c index 50a7580..2dd6ea5 100644 --- a/src/client/term.c +++ b/src/client/term.c @@ -77,8 +77,8 @@ static void action_refreshTerm(space_t * space, tux_t * tux, void *p) { char str[STR_SIZE]; - UNUSET(space); - UNUSET(p); + UNUSED(space); + UNUSED(p); sprintf(str, "name: %s " -- cgit v1.2.3