Merge pull request #114 from mhlopko/patch-1

Add missing semicolon
This commit is contained in:
Philipp Oppermann
2016-01-14 14:43:56 +01:00

View File

@@ -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');
}