Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Feb 19, 2017
1 parent 9428ff1 commit cfcec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/SDL_sysaudio.h
Expand Up @@ -67,7 +67,7 @@ typedef struct SDL_AudioDriverImpl
void (*DetectDevices) (void);
int (*OpenDevice) (_THIS, void *handle, const char *devname, int iscapture);
void (*ThreadInit) (_THIS); /* Called by audio thread at start */
void (*ThreadDeinit) (_THIS); /* Called by audio thread at start */
void (*ThreadDeinit) (_THIS); /* Called by audio thread at end */
void (*WaitDevice) (_THIS);
void (*PlayDevice) (_THIS);
int (*GetPendingBytes) (_THIS);
Expand Down

0 comments on commit cfcec57

Please sign in to comment.