From 217d2f863ab1b0d95016e6ccaeefa9b812a21f54 Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Tue, 10 Jul 2001 12:15:13 +0000 Subject: Fixed: getdescr()-file creation was announced even when not performed. --- xml2cmp/source/xcd/main.cxx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'xml2cmp') diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx index 23804d0e8248..e130e821b497 100644 --- a/xml2cmp/source/xcd/main.cxx +++ b/xml2cmp/source/xcd/main.cxx @@ -2,9 +2,9 @@ * * $RCSfile: main.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: np $ $Date: 2001-07-10 11:02:30 $ + * last change: $Author: np $ $Date: 2001-07-10 13:15:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,13 +133,12 @@ Do_SingleFileCommandLine(const CommandLine & i_rCommandLine) { Create_AccessMethod( i_rCommandLine.FuncFile(), aParser.PureText() ); - } - - cout << "File " - << i_rCommandLine.FuncFile() - << " with component_getDescriptionFunc() is created now." - << endl; + cout << "File " + << i_rCommandLine.FuncFile() + << " with component_getDescriptionFunc() is created now." + << endl; + } // Parse aParser.Parse(); -- cgit