From 0f9a68c578a2c7ea0a4f1a8fc35320aad339b51e Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Sat, 29 Apr 2023 15:08:36 -0400 Subject: Refactor codebase --- include/arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arg.h') 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; -- cgit v1.2.3