diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/067_comptime2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/067_comptime2.patch b/patches/patches/067_comptime2.patch index b22e0bd..97b893b 100644 --- a/patches/patches/067_comptime2.patch +++ b/patches/patches/067_comptime2.patch @@ -1,4 +1,4 @@ -54c54 +38c38 < var count = 0; --- > comptime var count = 0; |