(Follow_mode): Remove comma at end of enumerator list.

Reported by Kaveh Ghazi.
This commit is contained in:
Jim Meyering
1999-08-06 19:21:05 +00:00
parent dda679e516
commit 505ee4c31c
+1 -1
View File
@@ -75,7 +75,7 @@ enum Follow_mode
/* Follow each descriptor obtained upon opening a file.
That means we'll continue to follow the end of a file even after
it has been renamed or unlinked. */
Follow_descriptor = 2,
Follow_descriptor = 2
};
static char const *const follow_mode_string[] =