diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:31:56 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:31:56 -0400 |
| commit | d857f9fa33337e20cb3428f6e4e3e7d7a177444d (patch) | |
| tree | 92b5c635269189e7862331e3ce6eead8595d7859 /openbox/config.c | |
| parent | 5302cf10a3a839d3aea9618b509b1e41d8b2a192 (diff) | |
i know c...honest.
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index 9bb31070..c42ce105 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -928,7 +928,7 @@ void config_startup(ObParseInst *i) translate_key("C-g", &config_keyboard_reset_state, &config_keyboard_reset_keycode); - void bind_default_keyboard() + bind_default_keyboard() parse_register(i, "keyboard", parse_keyboard, NULL); |
