diff options
Diffstat (limited to 'include/msg.h')
-rw-r--r-- | include/msg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/msg.h b/include/msg.h index 3dea0d9..da6cd19 100644 --- a/include/msg.h +++ b/include/msg.h @@ -27,9 +27,9 @@ #define CONFIG_FILE "config.cfg" typedef struct { - char *base_directory; - char *output_directory; - bool verbose; + char *base_directory; + char *output_directory; + bool verbose; } msg_t; int run(bool log); |