From 11da45ee55957c243854cd78705d81543541c061 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Jan 2009 00:31:47 +0000 Subject: (svn r14949) -Cleanup: pointer coding style --- src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 6fdc4fd37..99595ffd7 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -229,7 +229,7 @@ #define strncasecmp strnicmp #endif - void SetExceptionString(const char* s, ...); + void SetExceptionString(const char *s, ...); #if defined(NDEBUG) && defined(WITH_ASSERT) #undef assert -- cgit v1.2.3-54-g00ecf