summaryrefslogtreecommitdiff
path: root/rdoff
diff options
context:
space:
mode:
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/rdflib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdoff/rdflib.c b/rdoff/rdflib.c
index b85b383f..8dbff4af 100644
--- a/rdoff/rdflib.c
+++ b/rdoff/rdflib.c
@@ -374,7 +374,7 @@ int main(int argc, char **argv)
/* check against desired name */
if (!strcmp(buf, argv[3])) {
if (fread(p = rdbuf, 1, sizeof(rdbuf), fptmp) < 10) {
- nasm_fatal(0, "short read on input");
+ nasm_fatal("short read on input");
}
l = *(int32_t *)(p + 6);
fseek(fptmp, l, SEEK_CUR);