From 55bcf4356d1c33e4573d07bd215fc6363970db6c Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Thu, 6 Feb 2014 18:12:23 +0100
Subject: [PATCH] reporting: mute spurrious output

---
 matlab/reports/@page/write.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/reports/@page/write.m b/matlab/reports/@page/write.m
index 12ab8673d2..c8bd3c0402 100644
--- a/matlab/reports/@page/write.m
+++ b/matlab/reports/@page/write.m
@@ -33,7 +33,7 @@ assert(fid ~= -1);
 
 fprintf(fid, '\n%% Page Object\n');
 if strcmpi(o.orientation, 'landscape')
-    fprintf(fid, '\\begin{landscape}\n')
+    fprintf(fid, '\\begin{landscape}\n');
 end
 
 for i=1:length(o.footnote)
-- 
GitLab