Mercurial > sdl-ios-xcode
changeset 127:0bcae11eba14
Oops, that wasn't right...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 31 Jul 2001 00:26:32 +0000 |
parents | 92cbc667a9ff |
children | 8f7b9d6be8cc |
files | src/video/x11/SDL_x11gl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gl.c Tue Jul 31 00:13:03 2001 +0000 +++ b/src/video/x11/SDL_x11gl.c Tue Jul 31 00:26:32 2001 +0000 @@ -414,7 +414,7 @@ #endif retval = dlsym(handle, proc); if (!retval && strlen(proc) <= 1022) { - procname[0] = "_"; + procname[0] = '_'; strcpy(procname + 1, proc); retval = dlsym(handle, procname); }