mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Goto token name fix
This commit is contained in:
parent
a2c340cbae
commit
1a5af42338
1 changed files with 1 additions and 1 deletions
|
@ -1404,7 +1404,7 @@ const char* Beefy::BfTokenToString(BfToken token)
|
||||||
case BfToken_Function:
|
case BfToken_Function:
|
||||||
return "function";
|
return "function";
|
||||||
case BfToken_Goto:
|
case BfToken_Goto:
|
||||||
return "got";
|
return "goto";
|
||||||
case BfToken_If:
|
case BfToken_If:
|
||||||
return "if";
|
return "if";
|
||||||
case BfToken_Implicit:
|
case BfToken_Implicit:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue