From: H.G.Muller Date: Wed, 2 Mar 2016 22:27:59 +0000 (+0100) Subject: Fix compile error in SetComboChoice Xaw X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=a05cf40b57676eed5d8a3836569965d7c7ebc534 Fix compile error in SetComboChoice Xaw --- diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 502aed1..38f0c85 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -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]); }