summaryrefslogtreecommitdiff
path: root/src/CursorName.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CursorName.c')
-rw-r--r--src/CursorName.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CursorName.c b/src/CursorName.c
index 635ae51..82bc5fa 100644
--- a/src/CursorName.c
+++ b/src/CursorName.c
@@ -119,7 +119,7 @@ XmuCursorNameToIndex(_Xconst char *name)
};
#define NUM_CURSOR_NAMES (sizeof (cursor_names) / sizeof (cursor_names[0]))
register _Xconst struct _CursorName *table;
- register int i;
+ unsigned int i;
char tmp[40];
if (strlen (name) >= sizeof tmp) return -1;