commit | e3ebd33e8801c5a7e2553b71851fefba83f34fe7 | [log] [tgz] |
---|---|---|
author | Jan Engelhardt <jengelh@inai.de> | Mon Jul 09 17:18:10 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 09 18:04:13 2012 -0400 |
tree | f7706432a66453f86077caee2ed27194a679038f | |
parent | d4756b7955666f87019d2e4bd4b420c16cf855c2 [diff] |
wcap-snapshot: add return value Distro build with rpmlint aborts due to missing exit status.
diff --git a/wcap/wcap-snapshot.c b/wcap/wcap-snapshot.c index 660a027..01df7a2 100644 --- a/wcap/wcap-snapshot.c +++ b/wcap/wcap-snapshot.c
@@ -80,4 +80,5 @@ decoder->width, decoder->height, i); wcap_decoder_destroy(decoder); + return EXIT_SUCCESS; }