gnucash maint: Fix apparent typo preventing build.

Mike Evans mikee at code.gnucash.org
Thu Jul 30 08:02:10 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/9333344e (commit)
	from  https://github.com/Gnucash/gnucash/commit/a4b05193 (commit)



commit 9333344ee099559dfe4358b581caf50eebea0ddf
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Thu Jul 30 13:01:02 2015 +0100

    Fix apparent typo preventing build.

diff --git a/src/test-core/unittest-support.h b/src/test-core/unittest-support.h
index 3497d90..ba1f960 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



Summary of changes:
 src/test-core/unittest-support.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list