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/modules/modBasic.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/modBasic.c') diff --git a/src/modules/modBasic.c b/src/modules/modBasic.c index 012466e..3b0f9b3 100644 --- a/src/modules/modBasic.c +++ b/src/modules/modBasic.c @@ -35,10 +35,10 @@ int init(export_fce_t * p) int draw(int x, int y, int w, int h) { - UNUSET(x); - UNUSET(y); - UNUSET(w); - UNUSET(h); + UNUSED(x); + UNUSED(y); + UNUSED(w); + UNUSED(h); printf("Drawing Basic module.\n"); return 0; -- cgit v1.2.3