diff options
| -rw-r--r-- | man3/dlopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 1d22e00b97..a6274d01d0 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -488,7 +488,7 @@ main(int argc, char **argv) .\" http://austingroupbugs.net/view.php?id=74 error = dlerror(); - if (error != NULL) { + if (error != NULL) { fprintf(stderr, "%s\en", error); exit(EXIT_FAILURE); } |
