aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmemopen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fmemopen.3')
-rw-r--r--man3/fmemopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index c928cfb42d..a6b681ab23 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -192,7 +192,7 @@ main(int argc, char *argv[])
break;
s = fprintf(out, "%d ", v * v);
- if (s == -1)
+ if (s == \-1)
die("fprintf");
}
fclose(in);