From e8cf8415c5c8c31db650f549e54fd7a3aad48be0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 9 Sep 2007 08:01:00 -0700 Subject: Version abc70909 --- src/misc/vec/vecStr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/vec/vecStr.h') diff --git a/src/misc/vec/vecStr.h b/src/misc/vec/vecStr.h index ecf29f32..47367bc6 100644 --- a/src/misc/vec/vecStr.h +++ b/src/misc/vec/vecStr.h @@ -412,7 +412,7 @@ static inline void Vec_StrPush( Vec_Str_t * p, char Entry ) SeeAlso [] ******************************************************************************/ -static inline Vec_StrBase10Log( unsigned Num ) +static inline int Vec_StrBase10Log( unsigned Num ) { int Res; assert( Num >= 0 ); -- cgit v1.2.3