From 3990707e364652a1dabe7a7c88a8bacf3b803e50 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/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