mirror of
				https://github.com/cclassic/model-ghdl
				synced 2025-11-04 02:49:33 +01:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.c
									
									
									
									
									
								
							@@ -117,7 +117,7 @@ int run_ghdl(char *command, ...) {
 | 
				
			|||||||
        if (arrc == 4) {
 | 
					        if (arrc == 4) {
 | 
				
			||||||
            printf("** Error: %s(%s): (ghdl) %s", arr[0], arr[1], arr[3]);
 | 
					            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]);
 | 
					            printf("** Warning: %s(%s): (ghdl) %s", arr[0], arr[1], arr[4]);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else {
 | 
					        else {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user