aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 88ce6fa..6045d0f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -193,6 +193,6 @@ This program comes with ABSOLUTELY NO WARRANTY; and is made available under the
endwin();
} else {
let mut gui = GUI::new();
- gui.run();
+ gui.run().unwrap();
}
}