Update comment.

This commit is contained in:
David Reid
2018-03-06 22:06:41 +10:00
parent 0998798b99
commit 0281acff28
+1 -1
View File
@@ -588,7 +588,7 @@ typedef union
char pulse[256]; // PulseAudio uses a name string for identification.
#endif
#ifdef MAL_SUPPORT_JACK
int jack; // TODO: Set this to the correct data type.
int jack; // JACK always uses default devices.
#endif
#ifdef MAL_SUPPORT_COREAUDIO
// TODO: Implement me.