Commit df34beb9 authored by Max Kellermann's avatar Max Kellermann Committed by Eric Wong

fix XFADE_DISABLED=-1

git-svn-id: https://svn.musicpd.org/mpd/trunk@7359 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b4450608
......@@ -27,7 +27,7 @@
#include "main_notify.h"
enum xfade_state {
XFADE_DISABLED = 1,
XFADE_DISABLED = -1,
XFADE_UNKNOWN = 0,
XFADE_ENABLED = 1
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment