A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
-rw-r--r--src/hov.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hov.rs b/src/hov.rs
index 0dae7e0..5c79509 100644
--- a/src/hov.rs
+++ b/src/hov.rs
@@ -263,7 +263,7 @@ pub fn markdown2(c: usize, x: &Node) -> Vec<Cell> {
}
r.to
}
-pub const BG: [u8; 3] = text::color(b"191E27");
+pub const BG: [u8; 3] = text::color(*b"191E27");
#[test]
fn t() {
let ppem = 18.0;