From 9280f2649a0337b323a6b11063fb8ecb3e56fc70 Mon Sep 17 00:00:00 2001 From: Holger Lubitz Date: Fri, 27 Jul 2007 21:38:45 +0200 Subject: [PATCH] make struct _softlabelkeys *slks static --- src/hci/mucurses/slk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci/mucurses/slk.c b/src/hci/mucurses/slk.c index 4422e15a..600658e7 100644 --- a/src/hci/mucurses/slk.c +++ b/src/hci/mucurses/slk.c @@ -50,7 +50,7 @@ struct _softlabelkeys { short saved_pair; }; -struct _softlabelkeys *slks; +static struct _softlabelkeys *slks; /* I either need to break the primitives here, or write a collection of