Add missing semicolon.

time-shift
Sébastien Villemot 2014-02-04 17:15:58 +01:00
parent 150e265cd2
commit 0bcc628ba3
1 changed files with 1 additions and 1 deletions

View File

@ -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 <http://www.gnu.org/licenses/>.
r = verLessThan('matlab', verstr)
r = verLessThan('matlab', verstr);