Remove extraneous comma
This commit is contained in:
		
							parent
							
								
									5f3e99f67b
								
							
						
					
					
						commit
						ee1b94045e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
// The second converts the arguments into a two-dimensional array
 | 
					// The second converts the arguments into a two-dimensional array
 | 
				
			||||||
#define KEYMAP( \
 | 
					#define KEYMAP( \
 | 
				
			||||||
    k00, k01, k02, \
 | 
					    k00, k01, k02, \
 | 
				
			||||||
      k10,  k11,   \
 | 
					      k10,  k11   \
 | 
				
			||||||
) \
 | 
					) \
 | 
				
			||||||
{ \
 | 
					{ \
 | 
				
			||||||
    { k00, k01,   k02 }, \
 | 
					    { k00, k01,   k02 }, \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue