psppire-import-spreadsheet.c: Fix typo
[pspp] / src / ui / gui / psppire-import-spreadsheet.c
index 636276f058e247a4e03c1aa72d47f9fd1f528041..6e8bd155c36e02a4d28e70bf36c9cd890b96288e 100644 (file)
@@ -31,7 +31,7 @@
 #define N_(msgid) msgid
 
 static void
-set_column_header_label (GtkWidget *button, uint i, gpointer user_data)
+set_column_header_label (GtkWidget *button, int i, gpointer user_data)
 {
   gchar *x = int_to_ps26 (i);
   gtk_button_set_label (GTK_BUTTON (button), x);