From 0bcc628ba39c5f2cb94c693fffd34c06cc3ee80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 4 Feb 2014 17:15:58 +0100 Subject: [PATCH] Add missing semicolon. --- matlab/matlab_ver_less_than.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/matlab_ver_less_than.m b/matlab/matlab_ver_less_than.m index eb708d7fc..53dd8d7ef 100644 --- a/matlab/matlab_ver_less_than.m +++ b/matlab/matlab_ver_less_than.m @@ -32,4 +32,4 @@ function r = matlab_ver_less_than(verstr) % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . -r = verLessThan('matlab', verstr) +r = verLessThan('matlab', verstr);