summaryrefslogtreecommitdiff
path: root/listres.c
diff options
context:
space:
mode:
Diffstat (limited to 'listres.c')
-rw-r--r--listres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listres.c b/listres.c
index 2317473..ee62f5c 100644
--- a/listres.c
+++ b/listres.c
@@ -167,7 +167,7 @@ static void print_resources (XmuWidgetNode *node, const char *format,
XmuWidgetNode *topnode, Bool showsuper,
Bool showvar)
{
- int i;
+ Cardinal i;
XtResourceList res = node->resources;
XmuWidgetNode **wn = node->resourcewn;