From 7fc000c8264d5cefe98cee69d0be79544d51319f Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 11 Jul 2016 17:31:59 +0100 Subject: [PATCH] =?utf8?q?Remove=20a=20wrong=20closing=20=E2=80=9Cextern?= =?utf8?q?=20"C"=E2=80=9D=20in=20shared/xalloc.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Bryce Harrington --- 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.7.4