From b4df8b8f880648e63781395e1a350f258b809a18 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Jul 2006 13:42:57 +0000 Subject: De-inline non-trivial, non-performance-critical functions Functions that should stay inlined should have an explanation attached to them. git-svn-id: https://svn.musicpd.org/mpd/trunk@4355 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index d0cd53da3..da2a20c80 100644 --- a/src/audio.c +++ b/src/audio.c @@ -251,7 +251,7 @@ int isCurrentAudioFormat(AudioFormat * audioFormat) { return 1; } -inline void syncAudioDevicesEnabledArrays() { +static void syncAudioDevicesEnabledArrays(void) { int i; memcpy(myAudioDevicesEnabled, pdAudioDevicesEnabled,AUDIO_MAX_DEVICES); -- cgit v1.2.3