diff options
Diffstat (limited to 'textscreen/guitest.c')
-rw-r--r-- | textscreen/guitest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/guitest.c b/textscreen/guitest.c index f95c712c..afeaea2c 100644 --- a/textscreen/guitest.c +++ b/textscreen/guitest.c @@ -23,7 +23,7 @@ int radiobutton_value; txt_window_t *firstwin; int checkbox_value; -void CloseWindow(UNCAST(button), void *user_data) +void CloseWindow(TXT_UNCAST_ARG(button), void *user_data) { TXT_CloseWindow(firstwin); } |