aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/ok_sample.tpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ok_sample.tpc b/res/ok_sample.tpc
index e27e86a..c8d3d9d 100644
--- a/res/ok_sample.tpc
+++ b/res/ok_sample.tpc
@@ -14,7 +14,7 @@ void main(void) {
14 entier ret; 14 entier ret;
15 ret = 1 + funky_func(0) * 2; 15 ret = 1 + funky_func(0) * 2;
16 16
17 while (ret) { 17 while (1) {
18 reade(ret); 18 reade(ret);
19 print(ret); 19 print(ret);
20 } 20 }