r21678 - gnucash/trunk/src/gnc-module/test - [Testing] Fix Transposed words in test-modsysver.c

John Ralls jralls at code.gnucash.org
Sun Dec 4 19:42:40 EST 2011


Author: jralls
Date: 2011-12-04 19:42:40 -0500 (Sun, 04 Dec 2011)
New Revision: 21678
Trac: http://svn.gnucash.org/trac/changeset/21678

Modified:
   gnucash/trunk/src/gnc-module/test/test-modsysver.c
Log:
[Testing] Fix Transposed words in test-modsysver.c

Modified: gnucash/trunk/src/gnc-module/test/test-modsysver.c
===================================================================
--- gnucash/trunk/src/gnc-module/test/test-modsysver.c	2011-12-05 00:08:10 UTC (rev 21677)
+++ gnucash/trunk/src/gnc-module/test/test-modsysver.c	2011-12-05 00:42:40 UTC (rev 21678)
@@ -37,7 +37,7 @@
         printf("  oops! loaded incompatible module\n");
         exit(-1);
     }
-    test_error_clear_list ();
+    test_clear_error_list ();
 }
 
 int



More information about the gnucash-changes mailing list