diff options
Diffstat (limited to 'src/AudioConfig.hxx')
-rw-r--r-- | src/AudioConfig.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/AudioConfig.hxx b/src/AudioConfig.hxx index 471e60e51..1056eb8ff 100644 --- a/src/AudioConfig.hxx +++ b/src/AudioConfig.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -26,6 +26,7 @@ AudioFormat getOutputAudioFormat(AudioFormat inFormat); /* make sure initPlayerData is called before this function!! */ -void initAudioConfig(void); +void +initAudioConfig(); #endif |