mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
X# bug fix
This commit is contained in:
parent
647be8fd25
commit
d58ece88bf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace Cosmos.Compiler.XSharp {
|
|||
mStart = rPos;
|
||||
return;
|
||||
}
|
||||
} if (xString == "++") {
|
||||
} else if (xString == "++") {
|
||||
xToken.Type = TokenType.Inc;
|
||||
} else if (xString == "--") {
|
||||
xToken.Type = TokenType.Dec;
|
||||
|
|
|
|||
Loading…
Reference in a new issue