summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 20:09:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 20:09:28 +0000
commit613ba93c1162caeae5f6227458901a4ef8c0d44a (patch)
tree0e837bd2aa98e6ecad878c7f08f4dce62e43f94c
parent874837d3b8717b7cf135d92c1ca206116e674740 (diff)
downloadATCD-613ba93c1162caeae5f6227458901a4ef8c0d44a.tar.gz
ChangeLogTag: Mon Jul 28 15:06:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ace/WFMO_Reactor.i2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac587751d55..29d93b1cd3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 28 15:06:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * ace/WFMO_Reactor.i:
+
+ Fixed typo in preprocessor directive.
+
Mon Jul 28 19:23:22 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/WFMO_Reactor.cpp:
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i
index 4192ff07777..051982a4e27 100644
--- a/ace/WFMO_Reactor.i
+++ b/ace/WFMO_Reactor.i
@@ -173,7 +173,7 @@ ACE_WFMO_Reactor_Handler_Repository::Current_Info::dump (ACE_HANDLE event_handle
this->suspend_entry_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
-#endif /* !ACE_HAS_DUMP */
+#else /* !ACE_HAS_DUMP */
ACE_UNUSED_ARG (event_handle);
#endif /* ACE_HAS_DUMP */
}