changeset 6866:f7bc1c20800e

[project @ 2007-09-06 05:55:14 by jwe]
author jwe
date Thu, 06 Sep 2007 05:55:14 +0000
parents c40c71200c65
children 83619ae96c1d
files scripts/plot/drawnow.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/drawnow.m	Wed Sep 05 18:26:30 2007 +0000
+++ b/scripts/plot/drawnow.m	Thu Sep 06 05:55:14 2007 +0000
@@ -125,7 +125,7 @@
       endif
 
       ## If no 'h' (why not?) then open the terminal as Figure 0.
-      if isempty (h)
+      if (isempty (h))
         h = 0;
       endif