aboutsummaryrefslogtreecommitdiff
path: root/key-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/key-string.c b/key-string.c
index 56c69e98..9a15144a 100644
--- a/key-string.c
+++ b/key-string.c
@@ -1,4 +1,4 @@
-/* $Id: key-string.c,v 1.11 2009-01-09 16:45:58 nicm Exp $ */
+/* $Id: key-string.c,v 1.12 2009-01-09 23:57:42 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -88,7 +88,6 @@ key_string_search_table(const char *string)
int
key_string_lookup_string(const char *string)
{
- u_int i;
int key;
if (string[0] == '\0')