summaryrefslogtreecommitdiff
path: root/unodevtools/source
diff options
context:
space:
mode:
authorAndrew Rist <arist@apache.org>2012-01-18 01:12:58 +0000
committerAndrew Rist <arist@apache.org>2012-01-18 01:12:58 +0000
commita2a74b9fe017075fa68716434154a493269df500 (patch)
tree16397dbae5640b6a93f6946d735a9ea4ec9e61b7 /unodevtools/source
parent65a68cb024d0a082ed44db06a710f00667269b33 (diff)
add semi to fix syntax
Diffstat (limited to 'unodevtools/source')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx2
1 files changed, 1 insertions, 1 deletions
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,