fixing gcc 3.4 bustage (extra semicolon)

git-svn-id: svn://10.0.0.236/trunk@147575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2003-10-05 03:36:25 +00:00
parent 050c23f922
commit 129b2d928a

View File

@ -69,7 +69,7 @@ void __log_addref(void* p, int oldrc, int newrc);
void __log_release(void* p, int oldrc, int newrc);
#ifdef __cplusplus
}; /* end of extern "C" */
} /* end of extern "C" */
#endif
#endif /* libmalloc_h___ */