]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/libs/regex/src/fileiter.cpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / libs / regex / src / fileiter.cpp
index c48ed657c11de4ac51b04e17ad3140fc0ac00809..c80459b86691d679106a1b669be2592ab129f7f1 100644 (file)
@@ -832,7 +832,7 @@ bool iswild(const char* mask, const char* name)
             ++mask;
             continue;
          }
-         // fall through:
+         // fall through
       default:
          if(BOOST_REGEX_FI_TRANSLATE(*mask) != BOOST_REGEX_FI_TRANSLATE(*name))
             return false;