diff options
author | Jan Engelhardt <jengelh@inai.de> | 2012-07-09 17:18:10 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-07-09 18:04:13 -0400 |
commit | e3ebd33e8801c5a7e2553b71851fefba83f34fe7 (patch) | |
tree | f7706432a66453f86077caee2ed27194a679038f /wcap | |
parent | d4756b7955666f87019d2e4bd4b420c16cf855c2 (diff) | |
download | weston-e3ebd33e8801c5a7e2553b71851fefba83f34fe7.tar.gz weston-e3ebd33e8801c5a7e2553b71851fefba83f34fe7.tar.bz2 weston-e3ebd33e8801c5a7e2553b71851fefba83f34fe7.zip |
wcap-snapshot: add return value
Distro build with rpmlint aborts due to missing exit status.
Diffstat (limited to 'wcap')
-rw-r--r-- | wcap/wcap-snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wcap/wcap-snapshot.c b/wcap/wcap-snapshot.c index 660a027f..01df7a28 100644 --- a/wcap/wcap-snapshot.c +++ b/wcap/wcap-snapshot.c @@ -80,4 +80,5 @@ int main(int argc, char *argv[]) decoder->width, decoder->height, i); wcap_decoder_destroy(decoder); + return EXIT_SUCCESS; } |