Fixed typo

This commit is contained in:
Markus Koch 2016-05-08 15:57:46 +02:00
parent 7189e18c19
commit a62951aed2
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -117,7 +117,7 @@ int run_ghdl(char *command, ...) {
if (arrc == 4) {
printf("** Error: %s(%s): (ghdl) %s", arr[0], arr[1], arr[3]);
}
else if (arrc = 5) {
else if (arrc == 5) {
printf("** Warning: %s(%s): (ghdl) %s", arr[0], arr[1], arr[4]);
}
else {