Browse Source

Removed useless return.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 13 years ago
parent
commit
0960ef2541
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/subshell.c

+ 0 - 1
src/subshell.c

@@ -1278,7 +1278,6 @@ subshell_get_console_attributes (void)
     {
     {
         fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno));
         fprintf (stderr, "Cannot get terminal settings: %s\r\n", unix_error_string (errno));
         mc_global.tty.use_subshell = FALSE;
         mc_global.tty.use_subshell = FALSE;
-        return;
     }
     }
 }
 }