summaryrefslogtreecommitdiffstats
path: root/windows/tools/h5repack/h5repack.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/tools/h5repack/h5repack.bat')
-rw-r--r--windows/tools/h5repack/h5repack.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat
index b5122f2..eb4da34 100644
--- a/windows/tools/h5repack/h5repack.bat
+++ b/windows/tools/h5repack/h5repack.bat
@@ -114,7 +114,7 @@ rem was unavailable)
rem Call the h5diff tool
rem
:difftest
- %h5diff_bin% -q -c %*
+ %h5diff_bin% -q %*
if %errorlevel% neq 0 (
call :verify *FAILED* %*
set /a nerrors=!nerrors!+1