summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 9c7c92fe..2339147b 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -25,9 +25,10 @@ struct xcb_stuff *xcb;
} \
}
-void rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
+int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );
+ return TRUE;
}
int show_error_message ( const char *msg, int markup )