summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-21 23:59:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-21 23:59:20 +0000
commitda48fa77690fd91b7fddd3078cf904aebec3bb27 (patch)
treea9edace2cf833b006993546a4534f2b1027ff4ef
parentce1b5fcb626ccf4ecf8b32a876481cc8eb7858ec (diff)
downloadATCD-da48fa77690fd91b7fddd3078cf904aebec3bb27.tar.gz
*** empty log message ***
-rw-r--r--ace/ACE.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index b3373981599..e2db3ffbc97 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -583,7 +583,8 @@ ACE::ldfind (const ASYS_TCHAR filename[],
if (s != 0)
{
- // Check whether this matches the appropriate platform-specific suffix.
+ // Check whether this matches the appropriate platform-specific
+ // suffix.
if (ACE_OS::strcmp (s, dll_suffix) == 0)
got_suffix = 1;
else