Removed minor code warning

This commit is contained in:
Brendan Robert 2014-09-17 01:01:50 -05:00
parent 738e9a5453
commit e82af529e8
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ public class EmulatorUILogic {
String timestamp = df.format(new Date());
String type;
int start = Computer.getComputer().getVideo().getCurrentWriter().actualWriter().getYOffset(0);
int len = 0;
int len;
if (start < 0x02000) {
// Lo-res or double-lores
len = 0x0400;