~ chicken-core (chicken-5) 254d8db848c79d64f40f709e1e60473fc954d409
commit 254d8db848c79d64f40f709e1e60473fc954d409
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Feb 28 10:02:36 2011 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Feb 28 10:02:36 2011 +0100
tiny typo fix
diff --git a/tests/embedded3.c b/tests/embedded3.c
index c5672be3..301a2e7f 100644
--- a/tests/embedded3.c
+++ b/tests/embedded3.c
@@ -38,7 +38,7 @@ int main() {
assert(status);
printf("-> %s\n", buffer);
- printf("->` %g\n", baz(22));
+ printf("-> %g\n", baz(22));
return 0;
}
Trap