fix accidentally committed line (-Wincompatible-pointer-types)

This commit is contained in:
Hysterical Raisins
2019-07-08 08:56:05 +02:00
parent eaf925e30b
commit 1d1829f664

View File

@ -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;