Fixed trivial bugs from last commit

This commit is contained in:
Ashish Kumar Yadav 2021-02-11 00:17:52 +05:30
parent 8f532bd657
commit 7db0d7ec68
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
* don't remove DELIMITERENDCHAR at the end */
static const char delimiter[] = { ' ', ' ', ' ', DELIMITERENDCHAR };
#include "dwmblocks/block.h"
#include "block.h"
/* If interval of a block is set to 0, the block will only be updated once at
startup.

View file

@ -14,7 +14,7 @@
#define DELIMITERLENGTH sizeof delimiter
#include "../config.h"
#include "config.h"
static void buttonhandler(int sig, siginfo_t *info, void *ucontext);
static void cleanup();