From 9333344ee099559dfe4358b581caf50eebea0ddf Mon Sep 17 00:00:00 2001 From: Mike Evans Date: Thu, 30 Jul 2015 13:01:02 +0100 Subject: [PATCH] Fix apparent typo preventing build. --- src/test-core/unittest-support.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test-core/unittest-support.h b/src/test-core/unittest-support.h index 3497d902f0..ba1f96007d 100644 --- a/src/test-core/unittest-support.h +++ b/src/test-core/unittest-support.h @@ -210,7 +210,8 @@ gboolean test_null_handler (const char *log_domain, GLogLevelFlags log_level, * Call test_add_error for each TestErrorStruct to check against and * test_clear_error_list when you no longer expect the errors. */ -void test_add_error (TestErrorStruct *error)voidvoid test_clear_error_list (void); +void test_add_error (TestErrorStruct *error); +void test_clear_error_list (void); /** * Checks received errors against the list created by