summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-09-26 16:39:33 +0100
committersin <sin@2f30.org>2014-09-26 16:39:33 +0100
commit1fce5203713df7304c4e9bcb0f94ea3a8c6b184a (patch)
treebdf82c2c47e0d7f0ff03548cf3bcea9119f757e2 /ratox.c
parentdece4cc791d66c75c89caead1b44dafe92227ce2 (diff)
Fix error message
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 7c228e3..fddd57f 100644
--- a/ratox.c
+++ b/ratox.c
@@ -687,7 +687,7 @@ dataload(void)
lseek(fd, 0, SEEK_SET);
if (sz == 0)
- eprintf("%s seems to be corrupt\n", DATAFILE);
+ eprintf("%s seems to be empty\n", DATAFILE);
data = malloc(sz);
if (!data)