wcap-snapshot: add return value
Distro build with rpmlint aborts due to missing exit status.
This commit is contained in:
parent
d4756b7955
commit
e3ebd33e88
|
@ -80,4 +80,5 @@ int main(int argc, char *argv[])
|
||||||
decoder->width, decoder->height, i);
|
decoder->width, decoder->height, i);
|
||||||
|
|
||||||
wcap_decoder_destroy(decoder);
|
wcap_decoder_destroy(decoder);
|
||||||
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue