reporting: fix typo

time-shift
Houtan Bastani 2013-12-12 16:05:13 +01:00
parent 99f4a01a48
commit 3990707e36
1 changed files with 1 additions and 1 deletions

View File

@ -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