diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/028_defer2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/028_defer2.patch b/patches/patches/028_defer2.patch index c042c45..14caf8b 100644 --- a/patches/patches/028_defer2.patch +++ b/patches/patches/028_defer2.patch @@ -1,4 +1,4 @@ 21c21 -< std.debug.print(") ", .{}); // <---- how!? +< std.debug.print(") ", .{}); // <---- how?! --- -> defer std.debug.print(") ", .{}); // <---- how!? +> defer std.debug.print(") ", .{}); // <---- how?! |