diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-24 12:37:27 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-24 12:37:27 -0400 |
commit | 92307078d5142fd35df210f4764381c06198c364 (patch) | |
tree | 5b04db7067f808c334a5bd8c478b47169789b0c3 /patches | |
parent | 91935bac203193baf492d996cc6b1b231d6ed384 (diff) | |
download | ziglings-92307078d5142fd35df210f4764381c06198c364.tar.gz ziglings-92307078d5142fd35df210f4764381c06198c364.tar.bz2 ziglings-92307078d5142fd35df210f4764381c06198c364.tar.xz ziglings-92307078d5142fd35df210f4764381c06198c364.zip |
Fix typo in 066 (issue #46)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/066_comptime.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/066_comptime.patch b/patches/patches/066_comptime.patch index e7130c2..4828ad6 100644 --- a/patches/patches/066_comptime.patch +++ b/patches/patches/066_comptime.patch @@ -1,4 +1,4 @@ -65,66c65,66 +64,65c64,65 < var var_int = 12345; < var var_float = 987.654; --- |