test-rename.h: fix compilation failure
authorJim Meyering <meyering@redhat.com>
Fri, 19 Nov 2010 13:26:08 +0000 (14:26 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Nov 2010 13:26:35 +0000 (14:26 +0100)
* tests/test-rename.h (test_rename): Add omitted "}".

ChangeLog
tests/test-rename.h

index f530101..e4f534d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-19  Jim Meyering  <meyering@redhat.com>
+
+       test-rename.h: fix compilation failure
+       * tests/test-rename.h (test_rename): Add omitted "}".
+
 2010-11-17  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: add a URL discussing the no-@acronym policy
index b8ff4fe..c9437c4 100644 (file)
@@ -783,6 +783,7 @@ test_rename (int (*func) (char const *, char const *), bool print)
       ASSERT (lstat (BASE "link1", &st) == 0);
       ASSERT (S_ISLNK (st.st_mode));
     }
+  }
   /* Files present here:
        {BASE}file
        {BASE}link1 -> {BASE}file