aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-11 15:11:04 +0100
committerache <ache@ache.one>2017-11-11 15:11:04 +0100
commit76f7b2136ba7ed8adec5f343550065e05bb733bc (patch)
tree5ab7ee675146d6d300d622c8d2784aefae89c874 /main.h
parentTodo list of the project (diff)
Number to contact option
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index b0ff58c..cd7dfec 100644
--- a/main.h
+++ b/main.h
@@ -30,6 +30,7 @@ void fail_exit(const char *msg);
+
// Checks errors for (most) ncurses functions. CHECK(fn, x, y, z) is a checked
// version of fn(x, y, z).
#define CHECK(fn, ...) \