*** empty log message ***
authorayin <ayin>
Sat, 8 Sep 2007 21:31:27 +0000 (21:31 +0000)
committerayin <ayin>
Sat, 8 Sep 2007 21:31:27 +0000 (21:31 +0000)
src/misc.C

index 8aa16b7413d2fd2fb8b9c6db8dd92d8aae8f25d5..b2aef19d697f4c1b634bd167818861af9f99a028 100644 (file)
@@ -237,7 +237,7 @@ rxvt_exit_failure () THROW ((class rxvt_failure_exception))
 /*
  * remove leading/trailing space in place.
  */
-char           *
+char *
 rxvt_strtrim (char *str) NOTHROW
 {
   char *r, *s;
@@ -264,9 +264,8 @@ rxvt_strtrim (char *str) NOTHROW
 /*
  * Split a comma-separated string into an array, stripping leading and
  * trailing spaces from each entry.  Empty strings are properly returned
- * Caller should free each entry and array when done
  */
-char          **
+char **
 rxvt_splitcommastring (const char *cs) NOTHROW
 {
   int             l, n, p;