summaryrefslogtreecommitdiff
path: root/dynamic
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic')
-rw-r--r--dynamic/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic/test.c b/dynamic/test.c
index 35496fe4..c633cfd7 100644
--- a/dynamic/test.c
+++ b/dynamic/test.c
@@ -16,8 +16,8 @@ int main(int argc, char **argv)
}
/* handle->XXX points to each of the PAM functions */
-
-
+
+
if (dlclose(handle)) {
fprintf(stderr, "failed to unload pam.so: %s\n", dlerror());
exit(1);