Fixed trivial bugs from last commit
This commit is contained in:
parent
8f532bd657
commit
7db0d7ec68
2
config.h
2
config.h
|
@ -22,7 +22,7 @@
|
||||||
* don't remove DELIMITERENDCHAR at the end */
|
* don't remove DELIMITERENDCHAR at the end */
|
||||||
static const char delimiter[] = { ' ', ' ', ' ', DELIMITERENDCHAR };
|
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
|
/* If interval of a block is set to 0, the block will only be updated once at
|
||||||
startup.
|
startup.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#define DELIMITERLENGTH sizeof delimiter
|
#define DELIMITERLENGTH sizeof delimiter
|
||||||
|
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
static void buttonhandler(int sig, siginfo_t *info, void *ucontext);
|
static void buttonhandler(int sig, siginfo_t *info, void *ucontext);
|
||||||
static void cleanup();
|
static void cleanup();
|
||||||
|
|
Loading…
Reference in a new issue