Author: arist
Date: Wed Jan 18 02:12:58 2012
New Revision: 1232717
URL: http://svn.apache.org/viewvc?rev=1232717&view=rev
Log:
add semi to fix syntax
Modified:
incubator/ooo/trunk/main/unodevtools/source/skeletonmaker/skeletoncommon.cxx
Modified:
incubator/ooo/trunk/main/unodevtools/source/skeletonmaker/skeletoncommon.cxx
URL:
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/unodevtools/source/skeletonmaker/skeletoncommon.cxx?rev=1232717&r1=1232716&r2=1232717&view=diff
==============================================================================
---
incubator/ooo/trunk/main/unodevtools/source/skeletonmaker/skeletoncommon.cxx
(original)
+++
incubator/ooo/trunk/main/unodevtools/source/skeletonmaker/skeletoncommon.cxx
Wed Jan 18 02:12:58 2012
@@ -67,7 +67,7 @@ void printLicenseHeader(std::ostream& o,
" * specific language governing permissions and limitations\n"
" * under the License.\n"
" * \n"
- " *************************************************************/\n\n"
+ " *************************************************************/\n\n";
}
bool getOutputStream(ProgramOptions const & options,