Browse Source

Update WinConsoleFile.cc

add blank line
kwkam 10 years ago
parent
commit
04eacf05e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/WinConsoleFile.cc

+ 1 - 0
src/WinConsoleFile.cc

@@ -111,6 +111,7 @@ WinConsoleFile::WinConsoleFile(DWORD stdHandle)
       }
     }
   }
+
   deffg_ = fg_;
   defbg_ = bg_;
 }