Browse Source

Ticket #2587: cannot compile 4.8.0-pre1 and 4.7.5.3 on Solaris

...using Sun C++ 5.11.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 13 years ago
parent
commit
606883393e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filemanager/option.c

+ 1 - 1
src/filemanager/option.c

@@ -446,7 +446,7 @@ panel_options_box (void)
     quick_widgets[0].relative_x = 2 * quick_widgets[1].relative_x + b1_len + 1;
 
     if (quick_dialog (&Quick_input) != B_ENTER)
-        return
+        return;
 
     mc_config_set_bool (mc_main_config, CONFIG_PANELS_SECTION,
                         "simple_swap", (gboolean) (simple_swap & C_BOOL));