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:
parent
050c23f922
commit
129b2d928a
@ -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___ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user