summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 16:55:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 16:55:19 +0000
commitbba9ba2b32c25e31e653eaebc9af3bf2275daf77 (patch)
treebf951c01a068ce9a272bd1237238a96b4c3a9a52
parentd5fe72c210372d3d81aefe08b35ef7dceade7941 (diff)
downloadATCD-bba9ba2b32c25e31e653eaebc9af3bf2275daf77.tar.gz
ChangeLogTag:Tue Oct 18 09:53:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ace/Argv_Type_Converter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Argv_Type_Converter.cpp b/ace/Argv_Type_Converter.cpp
index 05bf5aa657f..c6dead61178 100644
--- a/ace/Argv_Type_Converter.cpp
+++ b/ace/Argv_Type_Converter.cpp
@@ -186,12 +186,12 @@ ACE_Argv_Type_Converter::cleanup (void)
for (int i = this->saved_argc_; i < this->before_pass_argc_; ++i)
{
// Check whether it's ours to delete.
- if (original_type_ == 1)
+ if (original_type_ == 1)
{
ACE_OS::free (this->char_argv_[i]);
this->char_argv_[i] = 0;
}
- else
+ else
{
ACE_OS::free (this->wchar_argv_[i]);
this->wchar_argv_[i] = 0;