summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-06 08:22:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-06 08:22:32 +0000
commit99cc036538b6bb5a37edc67ae598565d3d52c4b2 (patch)
treee9373135aaa6a3fd0f4d86ebebbe7a14040ca973 /ACE/tests/OS_Test.cpp
parentf7c79073d239c8d3b2fa72aaec183a25f16d022c (diff)
downloadATCD-99cc036538b6bb5a37edc67ae598565d3d52c4b2.tar.gz
Thu Nov 6 08:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r--ACE/tests/OS_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index 5f2f6ca2215..0ae7a03a627 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -1000,7 +1000,7 @@ ace_ctype_test (void)
int result = ACE_OS::ace_isprint (ACE_TEXT('\t'));
if (result != 0)
{
- ACE_ERROR ((LM_ERROR, ACE_TEXT ("Error, ace_isprintf should return 0 for tab ")
+ ACE_ERROR ((LM_ERROR, ACE_TEXT ("Error, ace_isprint should return 0 for tab ")
ACE_TEXT ("but it returned %d\n"), result));
++retval;
}