commit 47e58d0327d135426c868b91e2bb34e9afbc696a parent 2f77af271bb4a1aa96bf4a554780b40169908e66 Author: Michael Forney <mforney@mforney.org> Date: Thu, 24 Oct 2013 15:02:59 -0700 xkb: Make keymap_file_template static Diffstat:
M | libswc/xkb.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libswc/xkb.c b/libswc/xkb.c @@ -12,7 +12,7 @@ const struct xkb_rule_names rule_names = { .options = "grp:alt_shift_toggle" }; -const char keymap_file_template[] = "swc-xkb-keymap-XXXXXX"; +static const char keymap_file_template[] = "swc-xkb-keymap-XXXXXX"; bool swc_xkb_initialize(struct swc_xkb * xkb) {