From a2a74b9fe017075fa68716434154a493269df500 Mon Sep 17 00:00:00 2001 From: Andrew Rist Date: Wed, 18 Jan 2012 01:12:58 +0000 Subject: add semi to fix syntax --- unodevtools/source/skeletonmaker/skeletoncommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index 90e29b74d3b8..be5bb7e859b7 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -67,7 +67,7 @@ void printLicenseHeader(std::ostream& o, rtl::OString const & filename) " * specific language governing permissions and limitations\n" " * under the License.\n" " * \n" - " *************************************************************/\n\n" + " *************************************************************/\n\n"; } bool getOutputStream(ProgramOptions const & options, -- cgit