diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h index 250e3f3..a89fa84 100644 --- a/src/config.h +++ b/src/config.h @@ -19,11 +19,11 @@ #include <stdlib.h> struct compile_cmd_t { - char *cmd; - char *args; - char *fileext; + char *cmd; + char *args; + char *fileext; }; void compile_cmd_free (struct compile_cmd_t *self); -size_t get_commands(struct compile_cmd_t ***ccmds_glob); +size_t get_commands (struct compile_cmd_t ***ccmds_glob); |