diff options
Diffstat (limited to 'include/arg.h')
-rw-r--r-- | include/arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arg.h b/include/arg.h index 0a0bc3f..6782ef5 100644 --- a/include/arg.h +++ b/include/arg.h @@ -5,7 +5,7 @@ #define LAT_VERSION "0.12.2" struct config { - bool stdin; + bool isstdin; bool process; bool color; bool lines; |