diff options
author | Antoine ELIAS <antoine.elias@scilab-enterprises.com> | 2016-11-10 08:36:08 +0100 |
---|---|---|
committer | Antoine ELIAS <antoine.elias@scilab-enterprises.com> | 2016-11-10 08:36:08 +0100 |
commit | 72ef14d735710389cb3976bd8c5751a7c011667a (patch) | |
tree | ee17f52610f314e759a7e0ea0dbb442b348849fd | |
parent | c234522260f8b41b5d862194ba49380fe4db61e7 (diff) | |
download | scilab-72ef14d735710389cb3976bd8c5751a7c011667a.zip scilab-72ef14d735710389cb3976bd8c5751a7c011667a.tar.gz |
utf: coverage 2
Change-Id: I4bb9b95d6946d47fb723cef6bb160ca6301fcdb0
-rw-r--r-- | scilab/modules/coverage/includes/CovHTMLCodePrinter.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/coverage/includes/CovHTMLCodePrinter.hxx b/scilab/modules/coverage/includes/CovHTMLCodePrinter.hxx index bb8400f..5d831f3 100644 --- a/scilab/modules/coverage/includes/CovHTMLCodePrinter.hxx +++ b/scilab/modules/coverage/includes/CovHTMLCodePrinter.hxx | |||
@@ -97,7 +97,7 @@ public: | |||
97 | { | 97 | { |
98 | if (lineCount) | 98 | if (lineCount) |
99 | { | 99 | { |
100 | out << L"</pre></td><td></td><td></td><td></td>\n</tr>\n"; | 100 | out << "</pre></td><td></td><td></td><td></td>\n</tr>\n"; |
101 | out.flush(); | 101 | out.flush(); |
102 | } | 102 | } |
103 | } | 103 | } |