diff options
Diffstat (limited to 'xkbpath.c')
-rw-r--r-- | xkbpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |