Restore deleted endif

This commit is contained in:
Steel Titanium 2018-10-04 22:38:59 -04:00
parent 79f5f4885c
commit 49cb1ffe9f

View file

@ -51,8 +51,6 @@
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 0
#endif
#endif
#endif
@ -842,3 +840,5 @@ void I_UnRegisterSong(INT32 handle)
Mix_FreeMusic(music);
music = NULL;
}
#endif