From d2137dac61dec2bf5ef23c2d7e40a388a60d4e5a Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 12 Dec 2013 16:05:13 +0100 Subject: [PATCH] reporting: fix typo (cherry picked from commit 3990707e364652a1dabe7a7c88a8bacf3b803e50) --- matlab/reports/@graph/write.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/reports/@graph/write.m b/matlab/reports/@graph/write.m index 9078b0283..88103f277 100644 --- a/matlab/reports/@graph/write.m +++ b/matlab/reports/@graph/write.m @@ -43,6 +43,6 @@ if ~isempty(o.figname) end if ~isempty(o.title) - fprintf(fid,'\\end{tabular}',o.title); + fprintf(fid,'\\end{tabular}'); end end \ No newline at end of file -- GitLab