diff scripts/strings/com2str.m @ 3458:d25bc039237b

[project @ 2000-01-19 09:36:14 by jwe]
author jwe
date Wed, 19 Jan 2000 09:36:28 +0000
parents e031284eea27
children 7923abdeb4e5
line wrap: on
line diff
--- a/scripts/strings/com2str.m
+++ b/scripts/strings/com2str.m
@@ -41,7 +41,7 @@
   endif
 
   if (! (is_scalar (zz) && is_scalar (flg)))
-    error("com2str: arguments must be a scalar.");
+    error ("com2str: arguments must be a scalar");
   endif
 
   if (flg != 0 && flg != 1)