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>
This commit is contained in:
Andrew Borodin 2011-08-11 11:10:46 +04:00
parent 3c122216fe
commit 606883393e
1 changed files with 1 additions and 1 deletions

View File

@ -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));