diff scripts/plot/xlim.m @ 7208:a730e47fda4d

[project @ 2007-11-28 02:32:41 by jwe]
author jwe
date Wed, 28 Nov 2007 02:32:42 +0000
parents bd56a0609c4f
children 693ac94c2854
line wrap: on
line diff
--- a/scripts/plot/xlim.m
+++ b/scripts/plot/xlim.m
@@ -38,7 +38,7 @@
 ## @end deftypefn
 
 function retval = xlim (varargin)
-  ret = __axes_limits__ ("xlim", varargin {:});
+  ret = __axes_limits__ ("xlim", varargin{:});
 
   if (! isempty (ret))
     retval = ret;