From 29ed5e3ea90b75c7b7c0f5f9b60098c8dc157710 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 21 Mar 2012 10:06:26 -0700 Subject: [PATCH] add missing semicolon --- sweavealike.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweavealike.pm b/sweavealike.pm index 2056e51..2989c83 100644 --- a/sweavealike.pm +++ b/sweavealike.pm @@ -62,7 +62,7 @@ sub preprocess { if ($@) { error($@); } - my $output = "sweave output\n\n" + my $output = "sweave output\n\n"; if (exists $param{verbatim}) { $output = $param{code}; $output =~ s/^/> /mg; -- 2.39.2