diff options
-rw-r--r-- | src/grab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__); \ |