Skip to content

Commit

Permalink
exit relion success
Browse files Browse the repository at this point in the history
  • Loading branch information
scheres committed Nov 28, 2023
1 parent dd7d056 commit d28ea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manualpicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ void manualpickerGuiWindow::cb_menubar_quit(Fl_Widget* w, void* v)
void manualpickerGuiWindow::cb_menubar_quit_i()
{
cb_menubar_recount_i();
exit(0);
RELION_EXIT_SUCCESS;
}

void manualpickerGuiWindow::cb_closing(Fl_Widget* w, void* v)
Expand Down

0 comments on commit d28ea5e

Please sign in to comment.