Fixed trivial bugs from last commit

pull/47/head
Ashish Kumar Yadav 3 years ago
parent 8f532bd657
commit 7db0d7ec68

@ -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.

@ -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();

Loading…
Cancel
Save