[PATCH weston] Remove a wrong closing “extern "C"” in shared/xalloc.c

Emmanuel Gil Peyrot emmanuel.peyrot at collabora.com
Mon Jul 11 16:31:59 UTC 2016


Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot at collabora.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



More information about the wayland-devel mailing list