diff options
Diffstat (limited to 'libX11/src/ModMap.c')
-rw-r--r-- | libX11/src/ModMap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libX11/src/ModMap.c b/libX11/src/ModMap.c index b5cb422b3..04fe509a6 100644 --- a/libX11/src/ModMap.c +++ b/libX11/src/ModMap.c @@ -34,7 +34,7 @@ in this Software without prior written authorization from The Open Group. XModifierKeymap * XGetModifierMapping(register Display *dpy) -{ +{ xGetModifierMappingReply rep; register xReq *req; unsigned long nbytes; @@ -143,7 +143,7 @@ XInsertModifiermapEntry(XModifierKeymap *map, map->modifiermap[ row+i ] = keycode; return(map); /* we added it without stretching the map */ } - } + } /* stretch the map */ if ((newmap = XNewModifiermap(map->max_keypermod+1)) == NULL) |