aboutsummaryrefslogtreecommitdiffstats
path: root/man3/dlopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-05 14:59:13 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-05 14:59:13 +1300
commit3487d63b4c4aa5f441e830b9940abc4ed1a751c0 (patch)
treee6f92e3539c231df18fab76c203d8ed13e0b2d76 /man3/dlopen.3
parentf7a6a3b42b580e64b4b863df4d437cca4906eca2 (diff)
downloadman-pages-3487d63b4c4aa5f441e830b9940abc4ed1a751c0.tar.gz
dlopen.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/dlopen.3')
-rw-r--r--man3/dlopen.32
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);
}