Small constification

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-03-20 17:24:09 +00:00
parent 3d31be5f87
commit bcd811ce2f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ CompileKeymap(XkbFile *file, unsigned merge)
Bool ok;
unsigned required, legal;
unsigned mainType;
char *mainName;
const char *mainName;
LEDInfo *unbound = NULL;
struct xkb_desc *xkb = XkbcAllocKeyboard();
struct {