mirror of
				https://github.com/alrayyes/st.git
				synced 2025-08-07 13:21:03 +00:00 
			
		
		
		
	terminate error message with newline
This commit is contained in:
		
					parent
					
						
							
								c61b34e8e1
							
						
					
				
			
			
				commit
				
					
						50b4785f26
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								std.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								std.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -166,7 +166,7 @@ parseesc(void) {
 | 
			
		|||
				s |= QuestionMark; 
 | 
			
		||||
			else if(c == ';') {
 | 
			
		||||
				if(!(s & Digit))
 | 
			
		||||
					eprint("syntax error");
 | 
			
		||||
					eprint("syntax error\n");
 | 
			
		||||
				s &= ~Digit;
 | 
			
		||||
				j++;
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue