mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
revert files I didnt mean to commit!
This commit is contained in:
@@ -47,7 +47,6 @@ SDL_LoadObject(const char *sofile)
|
||||
}
|
||||
#endif
|
||||
|
||||
printf("SOFILE: %s\n", sofile);
|
||||
handle = dlopen(sofile, RTLD_NOW|RTLD_LOCAL);
|
||||
loaderror = (char *) dlerror();
|
||||
if (handle == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user