From a05cf40b57676eed5d8a3836569965d7c7ebc534 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 2 Mar 2016 23:27:59 +0100 Subject: [PATCH] Fix compile error in SetComboChoice Xaw --- xaw/xoptions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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]); } -- 1.7.0.4