X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ftrimcpy.c;h=b640ea6f2bcbe7faebb6b131de2d51fad1a2e4fb;hb=464b0345e434044712dffa4d72e72d36316d2b7c;hp=c341f00c4abed66e75d32720514fc72f7f0d09fe;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/trimcpy.c b/sbr/trimcpy.c index c341f00..b640ea6 100644 --- a/sbr/trimcpy.c +++ b/sbr/trimcpy.c @@ -4,8 +4,6 @@ * -- replace internal whitespace with spaces, * -- then return a copy. * - * $Id$ - * * 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. @@ -15,9 +13,9 @@ char * -trimcpy (char *cp) +trimcpy (unsigned char *cp) { - char *sp; + unsigned char *sp; /* skip over leading whitespace */ while (isspace(*cp))