Browse Source

make struct _softlabelkeys *slks static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
9280f2649a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/hci/mucurses/slk.c

+ 1
- 1
src/hci/mucurses/slk.c View File

50
 	short saved_pair;
50
 	short saved_pair;
51
 };
51
 };
52
 
52
 
53
-struct _softlabelkeys *slks;
53
+static struct _softlabelkeys *slks;
54
 
54
 
55
 /*
55
 /*
56
   I either need to break the primitives here, or write a collection of
56
   I either need to break the primitives here, or write a collection of

Loading…
Cancel
Save