reporting: add missing semicolon

time-shift
Houtan Bastani 2014-05-19 17:52:24 +02:00
parent 2569a0e259
commit 7ef1efcd58
1 changed files with 1 additions and 1 deletions

View File

@ -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']);