aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches/patches/010_if2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/patches/010_if2.patch')
-rw-r--r--patches/patches/010_if2.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/010_if2.patch b/patches/patches/010_if2.patch
index e78f644..3ce48c2 100644
--- a/patches/patches/010_if2.patch
+++ b/patches/patches/010_if2.patch
@@ -1,4 +1,4 @@
13c13
-< var price: u8 = if ???;
+< const price: u8 = if ???;
---
-> var price: u8 = if (discount) 17 else 20;
+> const price: u8 = if (discount) 17 else 20;