Skip to content

Commit

Permalink
Fixed bug in JS code.
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsk committed Feb 11, 2015
1 parent f33e4a2 commit 658c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dos/dos_programs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,7 @@ void JS::Run(void) {
} while (toread==0x8000);
failed |= DOS_CloseFile(handle);

script += "},0}\n";
script += "},0);\n";
script += "} catch (err) {};\n";

try
Expand Down

0 comments on commit 658c4f7

Please sign in to comment.