diff options
Diffstat (limited to '')
-rw-r--r-- | src/OutputPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputPrint.cxx b/src/OutputPrint.cxx index bf20fe794..ed4391547 100644 --- a/src/OutputPrint.cxx +++ b/src/OutputPrint.cxx @@ -32,7 +32,7 @@ extern "C" { } void -printAudioDevices(struct client *client) +printAudioDevices(Client *client) { const unsigned n = audio_output_count(); |