From 09687a2e2fd821f35e5bda62b482057ef1f0c3e7 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 20 Oct 2016 21:30:12 -0400 Subject: [PATCH] Removed errant newline. --- Machines/Oric/Video.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Machines/Oric/Video.cpp b/Machines/Oric/Video.cpp index 86ee70037..ba2b25c07 100644 --- a/Machines/Oric/Video.cpp +++ b/Machines/Oric/Video.cpp @@ -61,7 +61,6 @@ void VideoOutput::run_for_cycles(int number_of_cycles) if(!h_counter) { - printf("\n"); _ink = 0xff; _paper = 0x00; _use_alternative_character_set = _use_double_height_characters = _blink_text = false;