From a24b67fc5a750c6ea67e41a3b323eea8fa02a29e Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 3 Jan 2011 23:32:04 +0000 Subject: Sync OpenBSD patchset 824: Last few tables that should be const. --- key-string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'key-string.c') diff --git a/key-string.c b/key-string.c index 63ab4c98..e218e15c 100644 --- a/key-string.c +++ b/key-string.c @@ -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 @@ -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[] = { -- cgit