diff options
Diffstat (limited to 'patch/push.h')
| -rw-r--r-- | patch/push.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/push.h b/patch/push.h index 9cad8b3..6415f80 100644 --- a/patch/push.h +++ b/patch/push.h @@ -1,4 +1,5 @@ static Client * nextc(Client *c, float f); static Client * prevc(Client *c, float f); static void pushup(const Arg *arg); -static void pushdown(const Arg *arg);
\ No newline at end of file +static void pushdown(const Arg *arg); + |
