]> git.lyx.org Git - features.git/commitdiff
Fix compiler warning about multi-character constant
authorEnrico Forestieri <forenr@lyx.org>
Thu, 25 Jan 2007 02:06:06 +0000 (02:06 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 25 Jan 2007 02:06:06 +0000 (02:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16845 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/tex2lyx.C

index 2baf0e85506c731603bfc4519cb72a3b1e38a77d..0f0c45fc90971db8618294e538118c8b460425b0 100644 (file)
@@ -524,7 +524,7 @@ int main(int argc, char * argv[])
                cl_system_support, cl_user_support,
                support::top_build_dir_is_two_levels_up);
        } catch (support::ExceptionMessage const & message) {
-               cerr << to_utf8(message.title_) << ':\n'
+               cerr << to_utf8(message.title_) << ":\n"
                        << to_utf8(message.details_) << endl;
                if (message.type_ == support::ErrorException)
                        exit(1);