[AHK_TuxPaint_0.9.21c]

Fix a typo. Spotted by Thomas Faber.

svn path=/trunk/ahk_tests/; revision=1960
This commit is contained in:
Edijs Kolesnikovičs 2013-02-10 12:00:51 +00:00
parent e99693a68a
commit 3f6e1cab99

View File

@ -27,7 +27,7 @@ if ErrorLevel
else
{
UninstallerPath := ExeFilePathNoParam(UninstallerPath) ; Remove quotes from path
SplitPath, UninstallerPath,, InstalledDir]
SplitPath, UninstallerPath,, InstalledDir
if (InstalledDir = "")
TestsFailed("Either registry contains empty string or we failed to read it.")
else