From fcf4606378cff626a584f4b51c0b01b85cac5f02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 6 Feb 2023 15:13:42 -0500
Subject: [PATCH] Perfect foresight + homotopy: add missing newline

(manually cherry picked from commit be698d5f981b384999b3070e3e563913a6cec879)
---
 matlab/perfect-foresight-models/perfect_foresight_solver.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/perfect-foresight-models/perfect_foresight_solver.m b/matlab/perfect-foresight-models/perfect_foresight_solver.m
index 2bb174f2d9..a37d7f1e0a 100644
--- a/matlab/perfect-foresight-models/perfect_foresight_solver.m
+++ b/matlab/perfect-foresight-models/perfect_foresight_solver.m
@@ -12,7 +12,7 @@ function perfect_foresight_solver()
 % SPECIAL REQUIREMENTS
 %   none
 
-% Copyright (C) 1996-2020 Dynare Team
+% Copyright © 1996-2023 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -66,7 +66,7 @@ oo_ = perfect_foresight_solver_core(M_,options_,oo_);
 if ~oo_.deterministic_simulation.status && ~options_.no_homotopy
 
     if ~options_.noprint
-        fprintf('\nSimulation of the perfect foresight model failed!')
+        fprintf('\nSimulation of the perfect foresight model failed!\n')
         fprintf('Switching to a homotopy method...\n')
     end
 
-- 
GitLab