changeset 95:2c9ff9f123b3

Cleanup remaining CHECK
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 08 Dec 2009 10:44:23 +0900
parents e00bc54ebbb6
children 38cc42c97420
files extensions/app_test/app_test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_test/app_test.c	Tue Dec 08 10:29:02 2009 +0900
+++ b/extensions/app_test/app_test.c	Tue Dec 08 10:44:23 2009 +0900
@@ -85,7 +85,7 @@
 	
 	/* Parse configuration file */
 	if (conffile != NULL) {
-		CHECK( atst_conf_handle(conffile) );
+		CHECK_FCT( atst_conf_handle(conffile) );
 	}
 	
 	TRACE_DEBUG(INFO, "Extension APP/Test initialized with configuration: '%s'", conffile);
"Welcome to our mercurial repository"