(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken

This commit is contained in:
skidd13
2008-06-22 15:41:38 +00:00
parent 640e547886
commit b4ef380c49
4 changed files with 36 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ static FORCEINLINE T *CallocT(size_t num_elements)
* @return NULL when num_elements == 0, non-NULL otherwise.
*/
template <typename T>
FORCEINLINE T *ReallocT(T *t_ptr, size_t num_elements)
static FORCEINLINE T *ReallocT(T *t_ptr, size_t num_elements)
{
/*
* MorphOS cannot handle 0 elements allocations, or rather that always