Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
redvimo authored Oct 10, 2024
1 parent 38862a3 commit 8dd78a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/listings/hello_world/2/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() -> glib::ExitCode {
app.connect_activate(build_ui);

// Run the application
app.run()
app.run();

// Suggesting this line, because there is a compilation error without it
return glib::ExitCode::SUCCESS;
Expand Down

0 comments on commit 8dd78a8

Please sign in to comment.