diff scripts/plot/drawnow.m @ 7191:b48a21816f2e

[project @ 2007-11-26 21:24:32 by jwe]
author jwe
date Mon, 26 Nov 2007 21:24:33 +0000
parents e8d953d03f6a
children 621111e57a86
line wrap: on
line diff
--- a/scripts/plot/drawnow.m
+++ b/scripts/plot/drawnow.m
@@ -215,7 +215,7 @@
   have_enhanced = false;
   for i = 1 : length (enhanced_terminals)
     t = enhanced_terminals{i};
-    if (strncmp (term, t, min (length (term), length(t))))
+    if (strncmp (term, t, min (length (term), length (t))))
       have_enhanced = true;
       break;
     endif