diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-11 10:59:50 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-11 10:59:50 -0500 |
commit | 7072ac87fd1f92cfe6e88a075ff0e8ac2901e870 (patch) | |
tree | b3b7f8cfb7542b2acad73da82a226650630665b0 | |
parent | 1db3b5512821b1d6f936897f598e0f4d12233e8e (diff) |
rootston: config.c 80 col
-rw-r--r-- | rootston/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/config.c b/rootston/config.c index 9530ba37..7ffbb786 100644 --- a/rootston/config.c +++ b/rootston/config.c @@ -312,7 +312,8 @@ static int config_ini_handler(void *user, const char *section, const char *name, } } else if (strcmp(section, "keyboard") == 0) { config_handle_keyboard(config, "", name, value); - } else if (strncmp(keyboard_prefix, section, strlen(keyboard_prefix)) == 0) { + } else if (strncmp(keyboard_prefix, + section, strlen(keyboard_prefix)) == 0) { const char *device_name = section + strlen(keyboard_prefix); config_handle_keyboard(config, device_name, name, value); } else if (strcmp(section, "bindings") == 0) { |