Regularise some fatal messages.

This commit is contained in:
Nicholas Marriott
2009-09-20 14:58:12 +00:00
parent 63d499f480
commit 273f1b385c
9 changed files with 16 additions and 16 deletions

View File

@ -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);