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 | |
| 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')
| -rw-r--r-- | patch/include.c | 4 | ||||
| -rw-r--r-- | patch/include.h | 4 | ||||
| -rw-r--r-- | patch/mpdcontrol.c (renamed from patch/mdpcontrol.c) | 0 | ||||
| -rw-r--r-- | patch/mpdcontrol.h (renamed from patch/mdpcontrol.h) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/patch/include.c b/patch/include.c index 69092aa..27ff539 100644 --- a/patch/include.c +++ b/patch/include.c @@ -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" 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" diff --git a/patch/mdpcontrol.c b/patch/mpdcontrol.c index c7ff786..c7ff786 100644 --- a/patch/mdpcontrol.c +++ b/patch/mpdcontrol.c diff --git a/patch/mdpcontrol.h b/patch/mpdcontrol.h index b8825d4..b8825d4 100644 --- a/patch/mdpcontrol.h +++ b/patch/mpdcontrol.h |
