diff src/stdlib/SDL_string.c @ 1903:f132024010be

More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
author Sam Lantinga <slouken@libsdl.org>
date Fri, 14 Jul 2006 06:40:53 +0000
parents f1828a500391
children c773b0c0ac89
line wrap: on
line diff
--- a/src/stdlib/SDL_string.c	Thu Jul 13 08:15:35 2006 +0000
+++ b/src/stdlib/SDL_string.c	Fri Jul 14 06:40:53 2006 +0000
@@ -338,7 +338,7 @@
 
 #ifndef HAVE_WCSLEN
 size_t
-SDL_wcslen(const wchar_t *string)
+SDL_wcslen(const wchar_t * string)
 {
     size_t len = 0;
     while (*string++) {