Browse Source

Missing break

Source commit: 900657040740d5551e6254f625617a73df924c65
Martin Prikryl 9 years ago
parent
commit
6edbfbd953
1 changed files with 1 additions and 0 deletions
  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: