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>
dev
Emmanuel Gil Peyrot 8 years ago committed by Bryce Harrington
parent bac72b29f8
commit 7fc000c826
  1. 5
      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

Loading…
Cancel
Save