summaryrefslogtreecommitdiff
path: root/lib/stripslash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stripslash.c')
-rw-r--r--lib/stripslash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stripslash.c b/lib/stripslash.c
index 53a63618d..9c0ad3d62 100644
--- a/lib/stripslash.c
+++ b/lib/stripslash.c
@@ -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;