Fixed comment.

Philipp Wiesemann 2017-02-19 21:05:09 +01:00
parent 9428ff19a9
commit cfcec57f42
1 changed files with 1 additions and 1 deletions

View File

@ -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);