diff scripts/control/util/strappend.m @ 7133:1d0d7be2d0f8

[project @ 2007-11-08 16:25:44 by jwe]
author jwe
date Thu, 08 Nov 2007 16:25:44 +0000
parents a1dbe9d80eee
children
line wrap: on
line diff
--- a/scripts/control/util/strappend.m	Thu Nov 08 16:17:34 2007 +0000
+++ b/scripts/control/util/strappend.m	Thu Nov 08 16:25:44 2007 +0000
@@ -24,7 +24,7 @@
 
 function retval = strappend (strlist, suffix);
 
-  if (nargin != 2 || nargout > 1)
+  if (nargin != 2)
     print_usage ();
   elseif (! is_signal_list (strlist))
     error ("strlist must be a list of strings (see is_signal_list)");