summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 2e132fe..acbbb63 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -5,4 +5,5 @@
const char **build_argv(const char *cmd);
int parser(Config *user_config);
int parse_mods(const char *mods, Config *user_config);
-KeySym parse_keysym(const char *key); \ No newline at end of file
+KeySym parse_keysym(const char *key);
+