Commit 6a93cd19 authored by Rémi Duraffort's avatar Rémi Duraffort

test_src_config_chain: fix missing return value.

parent fdc455ad
......@@ -76,4 +76,6 @@ int main( void )
test_config_StringEscape();
log( "Testing config chain un-escaping\n" );
test_config_StringUnEscape();
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment