]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/filetools.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / filetools.cpp
index 6e88c94b5200b5f6cee5d9819a74e4389a7a6869..0f0e9c5984677401161779d62b93b046904fc5fd 100644 (file)
@@ -65,7 +65,7 @@ isFileModTimeLater(const char *filePath, const char *checkAgainst, UBool isDir)
                     if (U_FAILURE(status)) {
                         fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, u_errorName(status));
                         return FALSE;
-                    };
+                    }
 
                     if ((subDirp = opendir(newpath.data())) != NULL) {
                         /* If this new path is a directory, make a recursive call with the newpath. */