From 2b23bcac46525f7a9f638581e0f38237e1ebcfdb Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 12 Dec 2013 16:05:13 +0100 Subject: [PATCH] reporting: fix typo --- matlab/reporting/@graph/write.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/reporting/@graph/write.m b/matlab/reporting/@graph/write.m index 9078b0283..88103f277 100644 --- a/matlab/reporting/@graph/write.m +++ b/matlab/reporting/@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