X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstripslash.c;h=9c0ad3d62e0704a069f07e9a0c4f8a8d85ee8c96;hb=fac1a01e39ca1cddd2dd5d5d672136e3d78c766b;hp=7890ce98b4a15d49e1152f1c3a097d9f5b23fe04;hpb=bfab521f4ff08303fd0ed56b607bf9c0452a6615;p=gnulib.git diff --git a/lib/stripslash.c b/lib/stripslash.c index 7890ce98b..9c0ad3d62 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include #endif @@ -32,8 +32,7 @@ when given a path that ends in "/" (except for the root directory). */ void -strip_trailing_slashes (path) - char *path; +strip_trailing_slashes (char *path) { int last;