mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +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:
|
||||
return "function";
|
||||
case BfToken_Goto:
|
||||
return "got";
|
||||
return "goto";
|
||||
case BfToken_If:
|
||||
return "if";
|
||||
case BfToken_Implicit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue