[Spice-devel] [PATCH spice 1/3] red-qxl: Remove traling semicolon

Frediano Ziglio fziglio at redhat.com
Fri Nov 18 11:53:39 UTC 2016


> 
> ---
>  server/red-qxl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/red-qxl.h b/server/red-qxl.h
> index 00c5486..0ff2475 100644
> --- a/server/red-qxl.h
> +++ b/server/red-qxl.h
> @@ -47,7 +47,7 @@ int red_qxl_check_qxl_version(QXLInstance *qxl, int major,
> int minor);
>  SpiceServer* red_qxl_get_server(QXLState *qxl);
>  
>  /* Wrappers around QXLInterface vfuncs */
> -void red_qxl_get_init_info(QXLInstance *qxl, QXLDevInitInfo *info);;
> +void red_qxl_get_init_info(QXLInstance *qxl, QXLDevInitInfo *info);
>  int red_qxl_get_command(QXLInstance *qxl, struct QXLCommandExt *cmd);
>  int red_qxl_req_cmd_notification(QXLInstance *qxl);
>  void red_qxl_release_resource(QXLInstance *qxl, struct QXLReleaseInfoExt
>  release_info);

Acked

Frediano


More information about the Spice-devel mailing list