summaryrefslogtreecommitdiffstats
path: root/names.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-20 14:58:12 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-20 14:58:12 +0000
commit273f1b385cdbe472501092edabf78acb2ea70a47 (patch)
tree79da517cecea605be97036d7cb3875404435cd31 /names.c
parent63d499f480e264f8251552fb6d16965a1065e0e6 (diff)
Regularise some fatal messages.
Diffstat (limited to 'names.c')
-rw-r--r--names.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/names.c b/names.c
index 75f6c7b8..014a600c 100644
--- a/names.c
+++ b/names.c
@@ -36,7 +36,7 @@ set_window_names(void)
struct timeval tv, tv2;
if (gettimeofday(&tv, NULL) != 0)
- fatal("gettimeofday");
+ fatal("gettimeofday failed");
for (i = 0; i < ARRAY_LENGTH(&windows); i++) {
w = ARRAY_ITEM(&windows, i);