[PATCH] wcap-snapshot: add return value

Kristian Høgsberg hoegsberg at gmail.com
Mon Jul 9 15:04:26 PDT 2012


On Mon, Jul 09, 2012 at 05:18:10PM +0200, Jan Engelhardt wrote:
> Distro build with rpmlint aborts due to missing exit status.
> ---
>  wcap/wcap-snapshot.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Thanks, committed.

Kristian

> diff --git a/wcap/wcap-snapshot.c b/wcap/wcap-snapshot.c
> index 660a027..01df7a2 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;
>  }
> -- 
> 1.7.7
> 


More information about the wayland-devel mailing list