aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-29 15:08:36 -0400
committerShav Kinderlehrer <[email protected]>2023-05-01 18:13:13 -0400
commit216682498d49722625ca0b2990c5bad17123fffd (patch)
tree97ccc7e5d24e72321b65e2889c129a9c20f1e887 /include
parentd5c32592251039350fb290011df9cac3e5ea9e78 (diff)
downloadlat-216682498d49722625ca0b2990c5bad17123fffd.tar.gz
lat-216682498d49722625ca0b2990c5bad17123fffd.zip
Refactor codebasev0.12.2
Diffstat (limited to 'include')
-rw-r--r--include/arg.h2
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;