Remove explicit 'return' from 'void' functions.
This commit is contained in:
		
							parent
							
								
									6dc2b546ec
								
							
						
					
					
						commit
						5528280fae
					
				
							
								
								
									
										2
									
								
								st.c
								
								
								
								
							
							
						
						
									
										2
									
								
								st.c
								
								
								
								
							| 
						 | 
					@ -2504,7 +2504,6 @@ tstrsequence(uchar c) {
 | 
				
			||||||
	strreset();
 | 
						strreset();
 | 
				
			||||||
	strescseq.type = c;
 | 
						strescseq.type = c;
 | 
				
			||||||
	term.esc |= ESC_STR;
 | 
						term.esc |= ESC_STR;
 | 
				
			||||||
	return;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
| 
						 | 
					@ -2586,7 +2585,6 @@ tcontrolcode(uchar ascii) {
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	/* only CAN, SUB, \a and C1 chars interrupt a sequence */
 | 
						/* only CAN, SUB, \a and C1 chars interrupt a sequence */
 | 
				
			||||||
	term.esc &= ~(ESC_STR_END|ESC_STR);
 | 
						term.esc &= ~(ESC_STR_END|ESC_STR);
 | 
				
			||||||
	return;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue