Explorar o código

Fixed comment.

Philipp Wiesemann %!s(int64=9) %!d(string=hai) anos
pai
achega
cfcec57f42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/audio/SDL_sysaudio.h

+ 1 - 1
src/audio/SDL_sysaudio.h

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