fix accidentally committed line (-Wincompatible-pointer-types)
This commit is contained in:
		@ -129,7 +129,7 @@ static EekKey *
 | 
				
			|||||||
eek_section_real_create_key (EekSection *self,
 | 
					eek_section_real_create_key (EekSection *self,
 | 
				
			||||||
                             guint       keycode,
 | 
					                             guint       keycode,
 | 
				
			||||||
                             gint        column_index,
 | 
					                             gint        column_index,
 | 
				
			||||||
                             guint        row_index)
 | 
					                             gint        row_index)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    EekKey *key;
 | 
					    EekKey *key;
 | 
				
			||||||
    gint num_rows;
 | 
					    gint num_rows;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user