shithub: orca

Download patch

ref: eb4e1c29cc8a1dd08322664ec7204d92b0c31edb
parent: 2cf1742c364f41d69b0d1621448d8a762da7d959
author: cancel <cancel@cancel.fm>
date: Fri Dec 14 01:30:34 EST 2018

Cleanup

--- a/tui_main.c
+++ b/tui_main.c
@@ -1904,9 +1904,9 @@
               case Main_menu_about:
                 push_about_msg();
                 break;
-              case Main_menu_save: {
+              case Main_menu_save:
                 try_save_with_msg(&ged_state);
-              } break;
+                break;
               case Main_menu_save_as: {
                 Qmsg* msg = qmsg_push(3, 30);
                 WINDOW* msgw = qmsg_window(msg);