Changed the ending once again

This commit is contained in:
sam-astro 2022-01-01 14:09:54 -05:00
parent 58db74ee73
commit 0a7a8fb709
2 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ int parseSlang(string script)
int main(int argc, char* argv[])
{
ifstream t("../Slang/script.slng");
ifstream t("../Slang/script.slg");
stringstream scriptString;
scriptString << t.rdbuf();