Mercurial > sdl-ios-xcode
diff src/SDL_error.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | b29eb7ce5352 |
line wrap: on
line diff
--- a/src/SDL_error.c Sat Jan 10 18:32:24 2009 +0000 +++ b/src/SDL_error.c Sat Jan 10 21:50:26 2009 +0000 @@ -180,8 +180,8 @@ case 's': len = SDL_snprintf(msg, maxlen, tmp, - SDL_LookupString(error-> - args[argi++].buf)); + SDL_LookupString(error->args[argi++]. + buf)); msg += len; maxlen -= len; break;