summaryrefslogtreecommitdiff
path: root/xkbpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkbpath.c')
-rw-r--r--xkbpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xkbpath.c b/xkbpath.c
index 8a5e555..9f620e6 100644
--- a/xkbpath.c
+++ b/xkbpath.c
@@ -178,7 +178,7 @@ XkbAddDefaultDirectoriesToPath(void)
void
XkbClearIncludePath(void)
{
- register int i;
+ int i;
if (szPath > 0)
{
@@ -376,7 +376,7 @@ XkbFindFileInCache(char *name, unsigned type, char **pathRtrn)
FILE *
XkbFindFileInPath(char *name, unsigned type, char **pathRtrn)
{
- register int i;
+ int i;
FILE *file = NULL;
int nameLen, typeLen, pathLen;
char buf[PATH_MAX], *typeDir;