mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-31 23:00:15 +01:00
wcap-snapshot: add return value
Distro build with rpmlint aborts due to missing exit status.
This commit is contained in:
parent
d4756b7955
commit
e3ebd33e88
1 changed files with 1 additions and 0 deletions
|
|
@ -80,4 +80,5 @@ int main(int argc, char *argv[])
|
|||
decoder->width, decoder->height, i);
|
||||
|
||||
wcap_decoder_destroy(decoder);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue