aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/overview.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r--doc/info/chap/overview.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo
index d132354..9e44ffb 100644
--- a/doc/info/chap/overview.texinfo
+++ b/doc/info/chap/overview.texinfo
@@ -32,7 +32,7 @@ if @code{errno} is zero. If you rather it did, you can use the macro
if (errno && s__) \
perror(s__); \
errno = errno ? errno : -1; \
- libhaiku_perror(s__); \
+ libhaiku_perror(0); \
@} while (0)
@end example