summaryrefslogtreecommitdiff
path: root/wcap
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-07-09 17:18:10 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-07-09 18:04:13 -0400
commite3ebd33e8801c5a7e2553b71851fefba83f34fe7 (patch)
treef7706432a66453f86077caee2ed27194a679038f /wcap
parentd4756b7955666f87019d2e4bd4b420c16cf855c2 (diff)
downloadweston-e3ebd33e8801c5a7e2553b71851fefba83f34fe7.tar.gz
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.c1
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;
}