]> git.marmaro.de Git - mmh/blobdiff - sbr/trimcpy.c
Remove dead code: FLDEOF and BODYEOF are never set
[mmh] / sbr / trimcpy.c
index f24563ce73e25ee045a4c79bcb87680eba93279d..0d7f58a8190b2b373a3e98865e9753b9aa32343d 100644 (file)
@@ -1,18 +1,19 @@
 /*
- * trimcpy.c -- strip leading and trailing whitespace,
- *           -- replace internal whitespace with spaces,
- *           -- then return a copy.
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** trimcpy.c -- strip leading and trailing whitespace,
+**           -- replace internal whitespace with spaces,
+**           -- then return a copy.
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
+#include <ctype.h>
 
 
 char *
-trimcpy (unsigned char *cp)
+trimcpy(unsigned char *cp)
 {
        unsigned char *sp;