changeset 12336:e3003bb6cead octave-forge

Add missing ";" to suppress stray output
author prnienhuis
date Thu, 23 Jan 2014 16:57:16 +0000
parents 7a37b54c1333
children 0b992507c2f0
files main/io/inst/private/__OCT_spsh_open__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OCT_spsh_open__.m	Thu Jan 23 16:55:51 2014 +0000
+++ b/main/io/inst/private/__OCT_spsh_open__.m	Thu Jan 23 16:57:16 2014 +0000
@@ -59,7 +59,7 @@
       if (ftype == 2)
         ext = ".xlsx";
       elseif (ftype == 3)
-        ext = ".ods"
+        ext = ".ods";
       endif
       ## New file, get it from template
       templ = strrep (which ("odsopen"), "odsopen.m", ["templates" filesep "template" ext]);