Browse Source

fix relic error message

Quentin Carbonneaux 9 years ago
parent
commit
42ecd05b7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      parse.c

+ 1 - 1
parse.c

@@ -784,7 +784,7 @@ parsefn(int export)
 		ps = parseline(ps);
 	while (ps != PEnd);
 	if (!curb)
-		err("empty file");
+		err("empty function");
 	if (curb->jmp.type == JXXX)
 		err("last block misses jump");
 	curf->mem = vnew(0, sizeof curf->mem[0]);