Changed main() definition to avoid an extra prototype being put
[rsync/rsync.git] / trimslash.c
index 1888d2f..8085224 100644 (file)
@@ -29,7 +29,8 @@ int preserve_perms = 0;
  *
  * Test harness; not linked into release.
  **/
  *
  * Test harness; not linked into release.
  **/
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
 {
        int i;
        
 {
        int i;