Skip to content

Commit

Permalink
Merge pull request #3 from papodaca/master
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
MohammedRashad committed May 12, 2017
2 parents f6694d4 + 4ea2af3 commit 5352145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArduZ80.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ void ArduZ80::step() {

default:
Serial.print(cerr);
Serial.print("unknown opcode: 0x")
Serial.print("unknown opcode: 0x");
Serial.print((String)code);
break;
}
Expand All @@ -679,7 +679,7 @@ void ArduZ80::step() {

default:
Serial.print(cerr);
Serial.print("unknown opcode: 0x")
Serial.print("unknown opcode: 0x");
Serial.print((String)code);
break;
}
Expand Down

0 comments on commit 5352145

Please sign in to comment.