[PATCH weston] Remove a wrong closing “extern "C"” in shared/xalloc.c
Bryce Harrington
bryce at osg.samsung.com
Mon Jul 11 20:22:10 UTC 2016
On Mon, Jul 11, 2016 at 05:31:59PM +0100, Emmanuel Gil Peyrot wrote:
> Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot at collabora.com>
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
> ---
> shared/xalloc.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/shared/xalloc.c b/shared/xalloc.c
> index 4bf8a3e..9bf5245 100644
> --- a/shared/xalloc.c
> +++ b/shared/xalloc.c
> @@ -47,8 +47,3 @@ fail_on_null(void *p, size_t size, char *file, int32_t line)
>
> return p;
> }
> -
> -
> -#ifdef __cplusplus
> -}
> -#endif
> --
> 2.9.0
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list