.
authorJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 05:14:21 +0000 (05:14 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Nov 1996 05:14:21 +0000 (05:14 +0000)
src/sort.c

index ade06f2..310bebe 100644 (file)
@@ -1252,8 +1252,8 @@ checkfp (FILE *fp)
       if (prev_line->length + 1 > alloc)
        {
          do
-       {
-           alloc *= 2;
+           {
+             alloc *= 2;
            }
          while (alloc < prev_line->length + 1);
          temp.text = xrealloc (temp.text, alloc);