Fix compiler warning about multi-character constant

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16845 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-01-25 02:06:06 +00:00
parent c347f0467b
commit cc5b44cb1c

View 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);