summaryrefslogtreecommitdiff
path: root/dso/os2/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'dso/os2/dso.c')
-rw-r--r--dso/os2/dso.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dso/os2/dso.c b/dso/os2/dso.c
index 1a7f7de83..0bf30e79a 100644
--- a/dso/os2/dso.c
+++ b/dso/os2/dso.c
@@ -29,7 +29,7 @@ static apr_status_t dso_cleanup(void *thedso)
if (dso->handle == 0)
return APR_SUCCESS;
-
+
rc = DosFreeModule(dso->handle);
if (rc == 0)
@@ -70,8 +70,8 @@ APR_DECLARE(apr_status_t) apr_dso_unload(apr_dso_handle_t *handle)
-APR_DECLARE(apr_status_t) apr_dso_sym(apr_dso_handle_sym_t *ressym,
- apr_dso_handle_t *handle,
+APR_DECLARE(apr_status_t) apr_dso_sym(apr_dso_handle_sym_t *ressym,
+ apr_dso_handle_t *handle,
const char *symname)
{
PFN func;