diff scripts/strings/strcmp.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children 8b262e771614
line wrap: on
line diff
--- a/scripts/strings/strcmp.m	Mon Jul 15 21:29:24 1996 +0000
+++ b/scripts/strings/strcmp.m	Mon Jul 15 22:20:21 1996 +0000
@@ -23,11 +23,11 @@
 ##
 ## WARNING:  Unlike the C function of the same name, this function
 ## returns 1 for equal and zero for not equal.  Why?  To be compatible
-## with Matlab, of course. 
+## with Matlab, of course.
 ##
 ## Why doesn't this always return a scalar instead of vector with
 ## elements corresponding to the rows of the string array?  To be
-## compatible with Matlab, of course. 
+## compatible with Matlab, of course.
 
 ## Author: jwe