From 9c5773d94d2978b8430663e1a40bce1cca2c8ba8 Mon Sep 17 00:00:00 2001 From: travis-update-bot Date: Thu, 14 Jan 2016 13:45:48 +0000 Subject: [PATCH] Update blog to 0c45cf1b978bae63f71c59e69346b9adc4bf4044 --- _posts/2015-10-23-printing-to-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-10-23-printing-to-screen.md b/_posts/2015-10-23-printing-to-screen.md index f746518e..7ef05bfd 100644 --- a/_posts/2015-10-23-printing-to-screen.md +++ b/_posts/2015-10-23-printing-to-screen.md @@ -186,7 +186,7 @@ pub fn print_something() { column_position: 0, color_code: ColorCode::new(Color::LightGreen, Color::Black), buffer: unsafe { Unique::new(0xb8000 as *mut _) }, - } + }; writer.write_byte(b'H'); }