From 1c90b0c19dff120fb4fd8acf413ddbdf16addf28 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Mar 2015 20:05:08 +0100 Subject: *: change C-style prototypes, drop "(void)" --- src/AudioConfig.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/AudioConfig.hxx') diff --git a/src/AudioConfig.hxx b/src/AudioConfig.hxx index 430d2f26a..1056eb8ff 100644 --- a/src/AudioConfig.hxx +++ b/src/AudioConfig.hxx @@ -26,6 +26,7 @@ AudioFormat getOutputAudioFormat(AudioFormat inFormat); /* make sure initPlayerData is called before this function!! */ -void initAudioConfig(void); +void +initAudioConfig(); #endif -- cgit v1.2.3