ソースを参照

Missing break

Source commit: 900657040740d5551e6254f625617a73df924c65
Martin Prikryl 9 年 前
コミット
6edbfbd953
1 ファイル変更1 行追加0 行削除
  1. 1 0
      source/forms/FileFind.cpp

+ 1 - 0
source/forms/FileFind.cpp

@@ -104,6 +104,7 @@ void __fastcall TFileFindDialog::UpdateControls()
   {
     case ffInit:
       StatusBar->SimpleText = L"";
+      break;
 
     case ffFinding:
     case ffAborting: