diff options
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arg.h b/include/arg.h index 138a44b..2b18791 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include <stdbool.h> -#define LAT_VERSION "0.9.2" +#define LAT_VERSION "0.9.3" struct config { bool stdin; @@ -10,7 +10,7 @@ struct config { bool color; bool lines; bool headers; - bool force_binary; + int force_binary; bool has_read_stdin; }; |