[vlc-commits] commit: test_src_config_chain: fix missing return value. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Tue Aug 31 23:12:44 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Aug 31 23:12:04 2010 +0200| [6a93cd1939807403c9caf08d9c617aa7662231c0] | committer: Rémi Duraffort
test_src_config_chain: fix missing return value.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a93cd1939807403c9caf08d9c617aa7662231c0
---
test/src/config/chain.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/src/config/chain.c b/test/src/config/chain.c
index 531e60b..aa8065d 100644
--- a/test/src/config/chain.c
+++ b/test/src/config/chain.c
@@ -76,4 +76,6 @@ int main( void )
test_config_StringEscape();
log( "Testing config chain un-escaping\n" );
test_config_StringUnEscape();
+
+ return 0;
}
More information about the vlc-commits
mailing list