aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/028_defer2.patch
blob: 14caf8b9867ba2e053532f2eb1a41923ca868902 (plain)
1
2
3
4
21c21
<     std.debug.print(") ", .{}); // <---- how?!
---
>     defer std.debug.print(") ", .{}); // <---- how?!