diff options
-rw-r--r-- | xkbcomp/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp/misc.h b/xkbcomp/misc.h index 4fa4b6dde..015ad5c87 100644 --- a/xkbcomp/misc.h +++ b/xkbcomp/misc.h @@ -30,7 +30,7 @@ typedef struct _CommonInfo { unsigned short defined; - unsigned char fileID; + int fileID; unsigned char merge; struct _CommonInfo *next; } CommonInfo; |