aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grab.c b/src/grab.c
index 94ec7c4..e709bfc 100644
--- a/src/grab.c
+++ b/src/grab.c
@@ -25,8 +25,8 @@
#include "compat.h"
#include "da.h"
-#define die(...) err(EXIT_FAILURE, __VA_ARGS__);
-#define diex(...) errx(EXIT_FAILURE, __VA_ARGS__);
+#define die(...) err(EXIT_FAILURE, __VA_ARGS__)
+#define diex(...) errx(EXIT_FAILURE, __VA_ARGS__)
#define warn(...) \
do { \
warn(__VA_ARGS__); \