Skip to content

Commit

Permalink
Fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
angstsmurf committed Nov 11, 2019
1 parent 91604ef commit 90dd81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garglk/garglk.h
Expand Up @@ -36,7 +36,6 @@
#include "SDL/SDL_timer.h"
#endif


/* First, we define our own TRUE and FALSE and NULL, because ANSI
* is a strange world.
*/
Expand Down Expand Up @@ -557,6 +556,7 @@ struct glk_schannel_struct
void *sample; /* Mix_Chunk (or FMOD Sound) */
void *music; /* Mix_Music (or FMOD Music) */
void *decode; /* Sound_Sample */

void *sdl_rwops; /* SDL_RWops */
unsigned char *sdl_memory;
int sdl_channel;
Expand Down

0 comments on commit 90dd81a

Please sign in to comment.