summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-16 03:59:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-16 03:59:35 +0000
commitce9dfb37c4ae35a167e576cadd5cb33beccc4910 (patch)
tree55515fcfb90d6f1b826cae0ffbb5388808341015
parent454e38c04eb750190e4c6ec8aabcba5f56bd850f (diff)
downloadATCD-ce9dfb37c4ae35a167e576cadd5cb33beccc4910.tar.gz
*** empty log message ***
-rw-r--r--ace/OS.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index e6974d511eb..9f468e149c8 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -5147,7 +5147,7 @@ ACE_OS::socket (int domain,
return ACE_OS::socket (domain,
type,
- proto),
+ proto);
#endif /* ACE_HAS_WINSOCK2 */
}