summaryrefslogtreecommitdiff
path: root/test/testdso.c
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-05-10 03:56:19 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-05-10 03:56:19 +0000
commit33d5607d07aff4bf73f6031c4082806b35756164 (patch)
tree3b77a136d1f99cbde19eadcbc251c92324fcd789 /test/testdso.c
parentee68d189ffc8d836f31d8efc876e7b1b71e65073 (diff)
downloadlibapr-33d5607d07aff4bf73f6031c4082806b35756164.tar.gz
Address PR 8963
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testdso.c')
-rw-r--r--test/testdso.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/testdso.c b/test/testdso.c
index 156260290..4231dcb04 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -67,11 +67,11 @@
#ifdef NETWARE
#define LIB_NAME "mod_test.nlm"
#else
- #ifndef BEOS
- #define LIB_NAME ".libs/mod_test.so"
- #else
- #define LIB_NAME "mod_test.so"
- #endif
+# ifndef BEOS
+# define LIB_NAME ".libs/mod_test.so"
+# else
+# define LIB_NAME "mod_test.so"
+# endif
#endif
int main (int argc, char ** argv)