Explorar el Código

make struct _softlabelkeys *slks static

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
9280f2649a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/hci/mucurses/slk.c

+ 1
- 1
src/hci/mucurses/slk.c Ver fichero

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

Loading…
Cancelar
Guardar