aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2006-08-20 01:06:27 +0000
committerAvuton Olrich <avuton@gmail.com>2006-08-20 01:06:27 +0000
commit54a1a9f2b638eeb916e32aa656be5c0c9366ddee (patch)
tree8777014dcc4bc154caf88dfeda800dd042767aaf /src/audioOutput.h
parentf79a70d1b9bab78fca515ac9142607ce2414e333 (diff)
downloadmpd-54a1a9f2b638eeb916e32aa656be5c0c9366ddee.tar.gz
mpd-54a1a9f2b638eeb916e32aa656be5c0c9366ddee.tar.xz
mpd-54a1a9f2b638eeb916e32aa656be5c0c9366ddee.zip
Fix missing initializer in DISABLED_AUDIO_OUTPUT_PLUGIN();
git-svn-id: https://svn.musicpd.org/mpd/trunk@4658 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h1
1 files changed, 1 insertions, 0 deletions
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;