diff options
Diffstat (limited to 'examples/capacity.rs')
-rw-r--r-- | examples/capacity.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/capacity.rs b/examples/capacity.rs index ea1613f7..a6172698 100644 --- a/examples/capacity.rs +++ b/examples/capacity.rs @@ -44,6 +44,6 @@ mod app { fn bar(_: bar::Context) { hprintln!("bar").unwrap(); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator } } |