diff --git a/matlab/reports/@report/compile.m b/matlab/reports/@report/compile.m index 10d08bda56cf4a521ad4fb568cb34bd3eee55b05..6cb02c7bdf8026c0cd0b2933b2656d772f67a62b 100644 --- a/matlab/reports/@report/compile.m +++ b/matlab/reports/@report/compile.m @@ -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']);