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 b5713c27c6
commit e8e4b3b4a6
1 changed files with 0 additions and 5 deletions

View File

@ -47,8 +47,3 @@ fail_on_null(void *p, size_t size, char *file, int32_t line)
return p;
}
#ifdef __cplusplus
}
#endif