Fix extra semicolon
This commit is contained in:
parent
a63bc2eb01
commit
bd9e148d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace psemek::ui
|
|||
case kParseErrorUnspecificSyntaxError: return "unspecific syntax error";
|
||||
default: return "(unknown error)";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue