diff options
| author | bakkeby <[email protected]> | 2020-10-04 21:19:54 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-10-04 21:19:54 +0200 |
| commit | c47f61387da7c85aff9d3db00081053965e2e0dc (patch) | |
| tree | 1ac8f69aea5b26a8b7f695920a92ed21a9a53136 /patch/include.h | |
| parent | ac4845bcde8c54fb83b08c2a1cbb2c1367808721 (diff) | |
| download | dwm-flexipatch-c47f61387da7c85aff9d3db00081053965e2e0dc.tar.gz dwm-flexipatch-c47f61387da7c85aff9d3db00081053965e2e0dc.zip | |
mpdcontrol: fixing typo, mpd (music player daemon), not mdp
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/include.h b/patch/include.h index e7ba3bb..c13d73b 100644 --- a/patch/include.h +++ b/patch/include.h @@ -158,8 +158,8 @@ #if MAXIMIZE_PATCH #include "maximize.h" #endif -#if MDPCONTROL_PATCH -#include "mdpcontrol.h" +#if MPDCONTROL_PATCH +#include "mpdcontrol.h" #endif #if MOVEPLACE_PATCH #include "moveplace.h" |
