diff options
Diffstat (limited to 'doc/man/libhaiku_perror.3')
-rw-r--r-- | doc/man/libhaiku_perror.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libhaiku_perror.3 b/doc/man/libhaiku_perror.3 index 1514470..54c8e01 100644 --- a/doc/man/libhaiku_perror.3 +++ b/doc/man/libhaiku_perror.3 @@ -42,7 +42,7 @@ 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) .fi .SH "SEE ALSO" |