Remove a wrong closing “extern "C"” in shared/xalloc.c

Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Emmanuel Gil Peyrot
2016-07-11 17:31:59 +01:00
committed by Bryce Harrington
parent bac72b29f8
commit 7fc000c826
-5
View File
@@ -47,8 +47,3 @@ fail_on_null(void *p, size_t size, char *file, int32_t line)
return p;
}
#ifdef __cplusplus
}
#endif