From 2a565cf4985dfc5dca621c9cb8f5376cb4d640f9 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 17 Jul 2011 21:22:11 +0000 Subject: [PATCH] Testing: Fixed test_reset_called() return type Author: Muslim Chochlov git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20938 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/test-core/test-stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-core/test-stuff.h b/src/test-core/test-stuff.h index 0054d2c76a..a3a857d8fd 100644 --- a/src/test-core/test-stuff.h +++ b/src/test-core/test-stuff.h @@ -120,7 +120,7 @@ void test_set_called( const gboolean val ); * Destructively tests (meaning that it resets called to FALSE) and * returns the value of called. */ -const test_reset_called( void ); +const gboolean test_reset_called( void ); /** * Set the test data pointer with the what you expect your mock to be