Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
No commit message
  • Loading branch information
slouken committed Oct 18, 2008
1 parent fb6596c commit 5869167
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/loadso/dlopen/SDL_sysloadso.c
Expand Up @@ -71,4 +71,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_DLOPEN */

/* vi: set ts=4 sw=4 expandtab: */
1 change: 1 addition & 0 deletions src/loadso/dummy/SDL_sysloadso.c
Expand Up @@ -51,4 +51,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_DUMMY || SDL_LOADSO_DISABLED */

/* vi: set ts=4 sw=4 expandtab: */
1 change: 1 addition & 0 deletions src/loadso/macosx/SDL_dlcompat.c
Expand Up @@ -1387,4 +1387,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_DLCOMPAT */

/* vi: set ts=4 sw=4 expandtab: */
1 change: 1 addition & 0 deletions src/loadso/mint/SDL_sysloadso.c
Expand Up @@ -63,4 +63,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_LDG */

/* vi: set ts=4 sw=4 expandtab: */
1 change: 1 addition & 0 deletions src/loadso/os2/SDL_sysloadso.c
Expand Up @@ -73,4 +73,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_OS2 */

/* vi: set ts=4 sw=4 expandtab: */
1 change: 1 addition & 0 deletions src/loadso/win32/SDL_sysloadso.c
Expand Up @@ -141,4 +141,5 @@ SDL_UnloadObject(void *handle)
}

#endif /* SDL_LOADSO_WIN32 */

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 5869167

Please sign in to comment.