From 8d6a78939cd1a10870ad03fb82753617ce053040 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 30 Jul 2015 08:57:09 +0200 Subject: Small cleanup + fail more gracefull here and there --- test/helper-test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/helper-test.c') diff --git a/test/helper-test.c b/test/helper-test.c index 2a22929f..a80b4485 100644 --- a/test/helper-test.c +++ b/test/helper-test.c @@ -16,9 +16,10 @@ void error_dialog ( const char *msg, G_GNUC_UNUSED int markup ) fputs ( msg, stderr ); } -void show_error_message ( const char *msg, int markup ) +int show_error_message ( const char *msg, int markup ) { error_dialog ( msg, markup ); + return 0; } int main ( int argc, char ** argv ) -- cgit v1.2.3