diff options
Diffstat (limited to 'src/client/term.c')
| -rw-r--r-- | src/client/term.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |