summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-30 08:57:09 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-30 08:57:09 +0200
commit8d6a78939cd1a10870ad03fb82753617ce053040 (patch)
treedf0a876112910957ee1cd1e2cfdb854759181e8c /test/helper-test.c
parent9167cffd27428c506b12afe8b1e7ae861d20fd1e (diff)
Small cleanup + fail more gracefull here and there
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 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 )