small fix in installer

This commit is contained in:
Christopher Roy Bratusek 2012-05-20 10:27:12 +02:00
parent 0b38d092a3
commit a943d422ae

View File

@ -239,7 +239,7 @@ int menu_install_uninstall(int install)
printf("\x1b[%i;%iH", startpos_x +2, startpos_y);
if(install == 1)
printf("Install the HomebrewFilter now");
else if(install == 2)
else if(install == 0)
printf("Uninstall the HomebrewFilter now");
else if(install == 2)
printf("Reinstall the HomebrewFilter now");