wcap-snapshot: add return value
authorJan Engelhardt <jengelh@inai.de>
Mon, 9 Jul 2012 15:18:10 +0000 (17:18 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 9 Jul 2012 22:04:13 +0000 (18:04 -0400)
Distro build with rpmlint aborts due to missing exit status.

wcap/wcap-snapshot.c

index 660a027..01df7a2 100644 (file)
@@ -80,4 +80,5 @@ int main(int argc, char *argv[])
               decoder->width, decoder->height, i);
 
        wcap_decoder_destroy(decoder);
+       return EXIT_SUCCESS;
 }