From 7ef1efcd58c4e03f611253f29f0eb0fad9b1fc02 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 19 May 2014 17:52:24 +0200
Subject: [PATCH] reporting: add missing semicolon

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

diff --git a/matlab/reports/@report/compile.m b/matlab/reports/@report/compile.m
index 10d08bda56..6cb02c7bdf 100644
--- a/matlab/reports/@report/compile.m
+++ b/matlab/reports/@report/compile.m
@@ -79,7 +79,7 @@ if status ~= 0
     error(['@report.compile: There was an error in compiling ' rfn '.pdf.' ...
           '  ' compiler ' returned the error code: ' num2str(status)]);
 end
-fprintf(1, '\n\nDone.\n')
+fprintf(1, '\n\nDone.\n');
 disp('Your compiled report is located here:');
 disp(['     ' pwd filesep rfn '.pdf']);
 
-- 
GitLab