summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_stdio.h
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-07 08:06:42 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-07 08:06:42 +0000
commitc22742c0eb9ed87d955e8dc954086b56cfcb7118 (patch)
tree47e832809c67e31b8940e5281c6ef499562a4399 /ACE/ace/OS_NS_stdio.h
parentdd8955ea309f78aa4f36851f450e2d001097b101 (diff)
downloadATCD-c22742c0eb9ed87d955e8dc954086b56cfcb7118.tar.gz
ChangeLogTag: Thu Dec 7 07:49:24 UTC 2006 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/ace/OS_NS_stdio.h')
-rw-r--r--ACE/ace/OS_NS_stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_stdio.h b/ACE/ace/OS_NS_stdio.h
index bc3e5569fcf..18ca767ddab 100644
--- a/ACE/ace/OS_NS_stdio.h
+++ b/ACE/ace/OS_NS_stdio.h
@@ -367,7 +367,7 @@ namespace ACE_OS {
# if defined (ACE_HAS_WCHAR)
extern ACE_Export
- int snprintf (wchar_t *buf, size_t maxlen, const wchar_t *format,...);
+ int snprintf (wchar_t *buf, size_t maxlen, const wchar_t *format, ...);
# endif /* ACE_HAS_WCHAR */
extern ACE_Export