jim 02/05/01 16:23:02
Modified: dso/unix dso.c
Log:
Minor formatting
Revision Changes Path
1.53 +2 -1 apr/dso/unix/dso.c
Index: dso.c
===================================================================
RCS file: /home/cvs/apr/dso/unix/dso.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- dso.c 1 May 2002 23:08:26 -0000 1.52
+++ dso.c 1 May 2002 23:23:02 -0000 1.53
@@ -127,7 +127,8 @@
char* err_msg = NULL;
if (NSCreateObjectFileImageFromFile(path, &image) ==
NSObjectFileImageSuccess) {
#if defined(NSLINKMODULE_OPTION_RETURN_ON_ERROR)
- os_handle = NSLinkModule(image, path,
NSLINKMODULE_OPTION_RETURN_ON_ERROR);
+ os_handle = NSLinkModule(image, path,
+ NSLINKMODULE_OPTION_RETURN_ON_ERROR);
#else
os_handle = NSLinkModule(image, path, FALSE);
#endif