Fix compile error in SetComboChoice Xaw
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 2 Mar 2016 22:27:59 +0000 (23:27 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:58 +0000 (19:29 +0100)
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]);
 }