X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstripslash.c;h=9c0ad3d62e0704a069f07e9a0c4f8a8d85ee8c96;hb=378873e8508590d356a540e5db32592750fb18b8;hp=d547e18cd3573edfd0e75cec54d026ae4eb8c38e;hpb=9edff1e338868a8fc9ebfeefe1393a8b95fc0138;p=gnulib.git diff --git a/lib/stripslash.c b/lib/stripslash.c index d547e18cd..9c0ad3d62 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -13,9 +13,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + 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;