summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 02:22:13 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 02:22:13 +0000
commitc2068502f8b9027631b3d5383b3c3d1ceef5f80c (patch)
treea1c5d373bbdf5dce9f44d4fe04bf6b56f4f3b584 /TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp
parente57d98996a703e6abcc2c3ac2752f63927390f22 (diff)
downloadATCD-c2068502f8b9027631b3d5383b3c3d1ceef5f80c.tar.gz
Extra semicolon.
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp
index 045c7dd78d8..bfe2add629d 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp
@@ -64,7 +64,7 @@ Cubit_Server::init (int argc,
this->argc_ = argc;
this->argv_ = argv;
- if (this->parse_args () == -1);
+ if (this->parse_args () == -1)
ACE_ERROR_RETURN ((LM_ERROR,
"%p\n",
"parse_args"),