# HG changeset patch # User Sebastien Decugis # Date 1260236663 -32400 # Node ID 2c9ff9f123b341130cd8f0a17fcf6754e45cded6 # Parent e00bc54ebbb616cd5ec5062e5305476a6baf6df6 Cleanup remaining CHECK diff -r e00bc54ebbb6 -r 2c9ff9f123b3 extensions/app_test/app_test.c --- 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);