]> Dogcows Code - chaz/tar/commitdiff
Minor fixes
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 18 Feb 2004 14:41:41 +0000 (14:41 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 18 Feb 2004 14:41:41 +0000 (14:41 +0000)
src/incremen.c

index 31672a34a6f63fabf7cb3f23d9c7640d5ffeaaf1..47763ff1accec99a1b306b7ac62e94cd85cad32a 100644 (file)
@@ -127,7 +127,7 @@ scan_path (struct obstack *stk, char *path, dev_t device)
   char *name_buffer;           /* directory, `/', and directory member */
   size_t name_buffer_size;     /* allocated size of name_buffer, minus 2 */
   size_t name_length;          /* used length in name_buffer */
-  struct directory *directory; /* for checking if already already seen */
+  struct directory *directory;  /* for checking if already seen */
   enum children children;
 
   if (! dirp)
@@ -308,7 +308,7 @@ get_directory_contents (char *path, dev_t device)
   scan_path (&stk, path, device);
   buffer = sort_obstack (&stk);
   obstack_free (&stk, NULL);
-  return buffer;;
+  return buffer;
 }
 
 \f
This page took 0.027093 seconds and 4 git commands to generate.