mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
(parse_field_count): Comment fix.
This commit is contained in:
@@ -1937,7 +1937,7 @@ badfieldspec (const char *s)
|
||||
static char const *
|
||||
parse_field_count (char const *string, size_t *val)
|
||||
{
|
||||
/* '@' can't possibly be a valid suffix; return &bad_suffix so that
|
||||
/* '@' can't possibly be a valid suffix; return &invalid_suffix so that
|
||||
the caller will eventually invoke badfieldspec. */
|
||||
static char const invalid_suffix = '@';
|
||||
char *suffix;
|
||||
|
||||
Reference in New Issue
Block a user