From: Fabien Fleutot Date: Tue, 3 Feb 2009 19:43:54 +0000 (+0100) Subject: fixed trycatch sample X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a7e7944e2dc2a4ce4e1600203508ecf804ba81f4;p=metalua.git fixed trycatch sample --- diff --git a/src/samples/trycatch_test.mlua b/src/samples/trycatch_test.mlua index fa4f671..e89dfd3 100644 --- a/src/samples/trycatch_test.mlua +++ b/src/samples/trycatch_test.mlua @@ -105,4 +105,3 @@ printf(" f returned %q", fr) ---------------------------------------------------------------------- print "*) done." ---]]