Remove dead code: FLDEOF and BODYEOF are never set
[mmh] / sbr / trimcpy.c
index f24563c..0d7f58a 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;