From 54a1a9f2b638eeb916e32aa656be5c0c9366ddee Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 20 Aug 2006 01:06:27 +0000 Subject: Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN(); git-svn-id: https://svn.musicpd.org/mpd/trunk@4658 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audioOutput.h') diff --git a/src/audioOutput.h b/src/audioOutput.h index c6e3a37c7..1dbcbcfd8 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -36,6 +36,7 @@ NULL, \ NULL, \ NULL, \ + NULL \ }; typedef struct _AudioOutput AudioOutput; -- cgit v1.2.3