* Fix compilation warning.
This commit is contained in:
		
							parent
							
								
									8d6cfa7701
								
							
						
					
					
						commit
						2330d35ade
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -196,7 +196,7 @@ void fatal(char *msg, char* value)
 | 
				
			||||||
    } else
 | 
					    } else
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        fprintf(stderr, "%s: ", myname);
 | 
					        fprintf(stderr, "%s: ", myname);
 | 
				
			||||||
        fprintf(stderr, msg);
 | 
					        fprintf(stderr, "%s",msg);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    fputc('\n', stderr);
 | 
					    fputc('\n', stderr);
 | 
				
			||||||
    exit(1);
 | 
					    exit(1);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue