summaryrefslogtreecommitdiff
path: root/Source/cmw9xcom.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmw9xcom.cxx')
-rw-r--r--Source/cmw9xcom.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmw9xcom.cxx b/Source/cmw9xcom.cxx
index 4ba274965..e6014b325 100644
--- a/Source/cmw9xcom.cxx
+++ b/Source/cmw9xcom.cxx
@@ -22,7 +22,7 @@ int main (int argc, char *argv[])
return 1;
}
std::string arg = argv[1];
- if ( (arg.find_first_of(" ") != arg.npos) &&
+ if ( (arg.find_first_of(" ") != arg.npos) &&
(arg.find_first_of("\"") == arg.npos) )
{
arg = "\"" + arg + "\"";
@@ -32,7 +32,7 @@ int main (int argc, char *argv[])
for ( cc = 2; cc < argc; cc ++ )
{
std::string arg = argv[cc];
- if ( (arg.find_first_of(" ") != arg.npos) &&
+ if ( (arg.find_first_of(" ") != arg.npos) &&
(arg.find_first_of("\"") == arg.npos) )
{
arg = "\"" + arg + "\"";