From 0f98eee519db05045455692f0d460fd1dbc960b9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 18 Aug 2003 18:13:38 +0000 Subject: Update. 2003-08-18 Art Haas * malloc/malloc.h: Remove unneeded ';' where closing the C++ extern block. --- malloc/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/malloc.h') diff --git a/malloc/malloc.h b/malloc/malloc.h index 868a2f6fc3..ff8194f389 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -234,7 +234,7 @@ extern void __malloc_check_init __MALLOC_P ((void)); #ifdef __cplusplus -}; /* end of extern "C" */ +} /* end of extern "C" */ #endif #endif /* malloc.h */ -- cgit v1.2.3