From 8ed7a4fe9e7acf61de1f6592bf55648453a8ac01 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 29 Jan 2018 18:14:33 +0100
Subject: [PATCH] fix typo

(cherry picked from commit f7d8164a3d4ab117dd2ec7d771eefe6588db7569)
---
 src/@dseries/exp_.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/@dseries/exp_.m b/src/@dseries/exp_.m
index 8ac285a..4c6fe8a 100644
--- a/src/@dseries/exp_.m
+++ b/src/@dseries/exp_.m
@@ -8,7 +8,7 @@ function o = exp_(o) % --*-- Unitary tests --*--
 % OUTPUTS
 % - o [dseries]
 
-% Copyright (C) 2015-2017 Dynare Team
+% Copyright (C) 2015-2018 Dynare Team
 %
 % This file is part of Dynare.
 %
@@ -31,7 +31,7 @@ for i=1:vobs(o)
     if isempty(o.ops{i})
         o.ops(i) = {['exp(' o.name{i} ')']};
     else
-        o.ops(i) = {['exp(' o.ops{i} ')'];}
+        o.ops(i) = {['exp(' o.ops{i} ')']};
     end
 end
 
-- 
GitLab