changeset 12299:7d77184a0d95 octave-forge

Minor style fix
author prnienhuis
date Wed, 08 Jan 2014 22:07:01 +0000
parents 7c8d95087fcb
children e14c1b218609
files main/io/inst/private/__chk_java_sprt__.m
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__chk_java_sprt__.m	Wed Jan 08 22:06:38 2014 +0000
+++ b/main/io/inst/private/__chk_java_sprt__.m	Wed Jan 08 22:07:01 2014 +0000
@@ -21,7 +21,8 @@
 ## 2013-11-05 Provide default values for jcp & tmp1
 ## 2013-12-20 Copyright string updates
 ##     ''     dbug info argument added (for chk_spreadsheet_support)
-##     ''     java_invoke -> javaMethod
+##     ''     java_invoke -> javaMethod
+## 2014-01-08 Tiny style fix
 
 function [ tmp1, jcp ] = __chk_java_sprt__ (dbug=0)
 
@@ -52,7 +53,7 @@
     endif
     ## Now check for proper entries in class path. Under *nix the classpath
     ## must first be split up. In java 1.2.8+ javaclasspath is already a cell array
-    if (isunix && ~iscell (jcp));
+    if (isunix && ! iscell (jcp));
       jcp = strsplit (char (jcp), pathsep ()); 
     endif
     tmp1 = 1;