Mercurial > sdl-ios-xcode
comparison src/loadso/os2/SDL_sysloadso.c @ 2773:3e42ad69f4a3
(none)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 Oct 2008 03:21:32 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2772:22c908f96d6e | 2773:3e42ad69f4a3 |
---|---|
71 if (handle != NULL) | 71 if (handle != NULL) |
72 DosFreeModule((HMODULE) handle); | 72 DosFreeModule((HMODULE) handle); |
73 } | 73 } |
74 | 74 |
75 #endif /* SDL_LOADSO_OS2 */ | 75 #endif /* SDL_LOADSO_OS2 */ |
76 | |
76 /* vi: set ts=4 sw=4 expandtab: */ | 77 /* vi: set ts=4 sw=4 expandtab: */ |