From 3fcc2371ec0587d6ab793962bca51fbc8130b2b3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 19 Mar 2019 22:41:34 -0700 Subject: 5009 --- subx/examples/ex11.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/examples') diff --git a/subx/examples/ex11.subx b/subx/examples/ex11.subx index a40c68d4..5f069ca8 100644 --- a/subx/examples/ex11.subx +++ b/subx/examples/ex11.subx @@ -34,7 +34,7 @@ kernel-string-equal?: # s : null-terminated ascii string, benchmark : length-pr # s1 = s # s2 = benchmark->data # i = 0 - # while (i < n) + # while i < n # c1 = *s1 # c2 = *s2 # if (c1 == 0) return false -- cgit 1.4.1-2-gfad0 2ce6c1aa4f602447b8600ddce176df24c37'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_receipts.h
blob: 5bfa5d1f2339b75aff902c216e848eeb67b9529e (plain) (blame)
1
2
3