mpdcontrol: fixing typo, mpd (music player daemon), not mdp

This commit is contained in:
bakkeby
2020-10-04 21:19:54 +02:00
parent ac4845bcde
commit c47f61387d
8 changed files with 14 additions and 14 deletions

View File

@ -162,8 +162,8 @@
#if MAXIMIZE_PATCH
#include "maximize.c"
#endif
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#if MPDCONTROL_PATCH
#include "mpdcontrol.c"
#endif
#if MOVEPLACE_PATCH
#include "moveplace.c"