Sync OpenBSD patchset 824:

Last few tables that should be const.
This commit is contained in:
Tiago Cunha
2011-01-03 23:32:04 +00:00
parent 521247bedb
commit a24b67fc5a
3 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
/* $Id: key-string.c,v 1.34 2010-06-05 20:29:11 micahcowan Exp $ */
/* $Id: key-string.c,v 1.35 2011-01-03 23:32:04 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -25,7 +25,7 @@
int key_string_search_table(const char *);
int key_string_get_modifiers(const char **);
struct {
const struct {
const char *string;
int key;
} key_string_table[] = {