Fix compile error in SetComboChoice Xaw
[xboard.git] / xaw / xoptions.c
index 502aed1..38f0c85 100644 (file)
@@ -189,7 +189,7 @@ SetWidgetLabel (Option *opt, char *buf)
 }
 
 void
-SetComboChoice (Option *opt, char *n)
+SetComboChoice (Option *opt, int n)
 {
     SetWidgetText(opt, opt->choice[n]);
 }