mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 23:32:26 -04:00
(Follow_mode): Remove comma at end of enumerator list.
Reported by Kaveh Ghazi.
This commit is contained in:
+1
-1
@@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user