diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/mod_plugin.c | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c index a73c267be..475937ad0 100644 --- a/src/inputPlugins/mod_plugin.c +++ b/src/inputPlugins/mod_plugin.c @@ -92,8 +92,8 @@ static MDRIVER drv_mpd = { VC_VoiceRealVolume }; -static int mod_mikModInitiated = 0; -static int mod_mikModInitError = 0; +static int mod_mikModInitiated; +static int mod_mikModInitError; static int mod_initMikMod(void) { @@ -285,17 +285,6 @@ InputPlugin modPlugin = { #else -InputPlugin modPlugin = { - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - NULL, - 0, - NULL, - NULL -}; +InputPlugin modPlugin; #endif /* HAVE_AUDIOFILE */ |