Add Bruno's comment justifying use of volatile.
[gnulib.git] / lib / stripslash.c
index 53a6361..9c0ad3d 100644 (file)
@@ -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;