From 5f8b6ba739048f20e6c6bfe41ef9f96d2afaa495 Mon Sep 17 00:00:00 2001 From: Marcin Cieslak Date: Thu, 27 Sep 2012 10:27:43 +0200 Subject: [PATCH] dticon: fix typo in the last commit --- cde/programs/dticon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dticon/main.c b/cde/programs/dticon/main.c index 77de213c..83edad52 100644 --- a/cde/programs/dticon/main.c +++ b/cde/programs/dticon/main.c @@ -797,7 +797,7 @@ CREATION: Visual Edge Software Sept 19/91 static int handle_dialog_child( Widget wgt, void (*manage_func)() ) { int i; - XtActVal num_children; + XtArgVal num_children; Widget *children; XtVaGetValues( wgt, -- 2.25.1