aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/094_c_math.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/094_c_math.patch b/patches/patches/094_c_math.patch
index 67da7e8..f8c7620 100644
--- a/patches/patches/094_c_math.patch
+++ b/patches/patches/094_c_math.patch
@@ -1,6 +1,6 @@
---- exercises/094_c_math.zig 2023-10-22 14:00:02.909379696 +0200
-+++ answers/094_c_math.zig 2023-10-22 14:02:46.709025235 +0200
-@@ -19,7 +19,7 @@
+--- exercises/094_c_math.zig 2024-02-28 12:50:35.789939935 +0100
++++ answers/094_c_math.zig 2024-02-28 12:53:57.910309471 +0100
+@@ -26,7 +26,7 @@
const c = @cImport({
// What do we need here?