1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2003-08-18  Art Haas  <ahaas@airmail.net>

	* malloc/malloc.h: Remove unneeded ';' where closing the C++
	extern block.
This commit is contained in:
Ulrich Drepper
2003-08-18 18:13:38 +00:00
parent 3f3aaac16f
commit 0f98eee519
2 changed files with 6 additions and 1 deletions

View File

@ -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 */