diff --git a/matlab/reports/@page/write.m b/matlab/reports/@page/write.m
index 12ab8673d23b4c446ed129290bceafe24aa708fc..c8bd3c04021fa7d47a1cf28f084a9e05db483f83 100644
--- a/matlab/reports/@page/write.m
+++ b/matlab/reports/@page/write.m
@@ -33,7 +33,7 @@ assert(fid ~= -1);
 
 fprintf(fid, '\n%% Page Object\n');
 if strcmpi(o.orientation, 'landscape')
-    fprintf(fid, '\\begin{landscape}\n')
+    fprintf(fid, '\\begin{landscape}\n');
 end
 
 for i=1:length(o.footnote)