Skip to content

Commit

Permalink
Fix apparent typo preventing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvansMike committed Jul 30, 2015
1 parent a4b0519 commit 9333344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test-core/unittest-support.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9333344

Please sign in to comment.