diff options
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/make.bat b/plugins/HistoryPlusPlus/make.bat index 3fe1b6b310..b7c991dc56 100644 --- a/plugins/HistoryPlusPlus/make.bat +++ b/plugins/HistoryPlusPlus/make.bat @@ -1,7 +1,7 @@ @echo off set tp=%1 -if "%tp%"=="" (echo "please specify target platform 32 or 64!" && pause && goto :EOF) +if "%tp%"=="" (echo "please specify target platform '32' or '64'!" && pause && goto :EOF) rc version.rc |