summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_wasapi.h')
-rwxr-xr-xaudio/out/ao_wasapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao_wasapi.h b/audio/out/ao_wasapi.h
index 54ab00b1f8..f3ffb4820f 100755
--- a/audio/out/ao_wasapi.h
+++ b/audio/out/ao_wasapi.h
@@ -29,8 +29,8 @@
#include "osdep/atomics.h"
typedef struct change_notify {
- IMMNotificationClient client; /* this must be first in the structure! */
- LPWSTR monitored; /* Monitored device */
+ IMMNotificationClient client; // this must be first in the structure!
+ LPWSTR monitored; // Monitored device
bool is_hotplug;
struct ao *ao;
} change_notify;