diff scripts/plot/top_title.m @ 1557:c694fe5956e3

[project @ 1995-10-12 00:32:20 by jwe]
author jwe
date Thu, 12 Oct 1995 00:34:40 +0000
parents 749b8b19733f
children 5d29638dd524
line wrap: on
line diff
--- a/scripts/plot/top_title.m
+++ b/scripts/plot/top_title.m
@@ -33,8 +33,8 @@
   endif
 
   if (isstr (text))
-    set bottom_title
-    set title
+    set bottom_title;
+    set title;
     eval (sprintf ("set top_title \"%s\"", text));
   else
     error ("error: top_title: text must be a string");