From 37c2fd7fc6f3d6d360341130d5cb59aaa62b6db1 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 22 Jul 2019 17:04:40 +0300 Subject: Fix missed ' in pascal plugin's make.bat --- plugins/HistoryPlusPlus/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus') 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 -- cgit v1.2.3