summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)