mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dticon: fix typo in the last commit
This commit is contained in:
parent
481e46a7b2
commit
5f8b6ba739
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ CREATION: Visual Edge Software Sept 19/91
|
||||||
static int handle_dialog_child( Widget wgt, void (*manage_func)() )
|
static int handle_dialog_child( Widget wgt, void (*manage_func)() )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
XtActVal num_children;
|
XtArgVal num_children;
|
||||||
Widget *children;
|
Widget *children;
|
||||||
|
|
||||||
XtVaGetValues( wgt,
|
XtVaGetValues( wgt,
|
||||||
|
|
Loading…
Reference in a new issue