]> diplodocus.org Git - nmh/blobdiff - sbr/trimcpy.c
etc/replcomps, etc/replgroupcomps: Trim trailing whitespace from
[nmh] / sbr / trimcpy.c
index c341f00c4abed66e75d32720514fc72f7f0d09fe..8b57ad688450c35060ab0f603502f07555c6b393 100644 (file)
@@ -15,9 +15,9 @@
 
 
 char *
 
 
 char *
-trimcpy (char *cp)
+trimcpy (unsigned char *cp)
 {
 {
-    char *sp;
+    unsigned char *sp;
 
     /* skip over leading whitespace */
     while (isspace(*cp))
 
     /* skip over leading whitespace */
     while (isspace(*cp))