diff options
Diffstat (limited to 'src/audio.c')
-rw-r--r-- | src/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c index d3e3ac908..e79d0e547 100644 --- a/src/audio.c +++ b/src/audio.c @@ -471,7 +471,7 @@ void printAudioDevices(struct client *client) "outputenabled: %i\n", i, audioOutputArray[i].name, - audioDeviceStates[i]); + audioDeviceStates[i] == DEVICE_ENABLE); } } |