about summary refs log tree commit diff stats
path: root/cpp/024brace
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/024brace')
-rw-r--r--cpp/024brace4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/024brace b/cpp/024brace
index 0385b3b1..0a13ddda 100644
--- a/cpp/024brace
+++ b/cpp/024brace
@@ -248,7 +248,7 @@ recipe main [
 recipe main [
   1:integer <- copy 0:literal
   {
-    break 3:offset
+    break +foo:offset
   }
 ]
-+after-brace: jump 3:offset
++after-brace: jump +foo:offset