aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-05-01 18:07:53 -0400
committerShav Kinderlehrer <[email protected]>2023-05-01 18:07:53 -0400
commit1c90bf55b1874a2dec07eb6f2cacd623700859bd (patch)
treeb9dc3a65d016d62f61198056d10c8f1ec26edac1 /include
parent36af47eab84fb9ec1f60331fbd0d8c7a85698954 (diff)
downloadlat-1c90bf55b1874a2dec07eb6f2cacd623700859bd.tar.gz
lat-1c90bf55b1874a2dec07eb6f2cacd623700859bd.zip
Fix memory leak and NULL-check error
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 0774ef2..0a0bc3f 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -2,7 +2,7 @@
#define ARG_H
#include <stdbool.h>
-#define LAT_VERSION "0.12.1"
+#define LAT_VERSION "0.12.2"
struct config {
bool stdin;