mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-23 06:13:07 -06:00
Fixed some warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
77cff1fc58
commit
e0e0ff8611
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ void PythonSyntax::Highlight(const wchar *s, const wchar *end, HighlightOutput&
|
|||
int c = *s;
|
||||
dword pair = MAKELONG(s[0], s[1]);
|
||||
if(c == '#') {
|
||||
hls.Put(end - s, hl_style[INK_COMMENT]);
|
||||
hls.Put(int(end - s), hl_style[INK_COMMENT]);
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue