code-style: add fallthrough comment
Patch by Steve Ward, thanks.
This commit is contained in:
		
							
								
								
									
										1
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								st.c
									
									
									
									
									
								
							@@ -2153,6 +2153,7 @@ tcontrolcode(uchar ascii)
 | 
			
		||||
		return;
 | 
			
		||||
	case '\032': /* SUB */
 | 
			
		||||
		tsetchar('?', &term.c.attr, term.c.x, term.c.y);
 | 
			
		||||
		/* FALLTHROUGH */
 | 
			
		||||
	case '\030': /* CAN */
 | 
			
		||||
		csireset();
 | 
			
		||||
		break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user