mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
sort: let field_selector return NULL at the end
This commit is contained in:
parent
6820c9fc09
commit
afd9f77051
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ comparer_t field_selector(char c)
|
|||
errx(EXIT_FAILURE, "Try `%s --help' for more information.",
|
||||
program_invocation_short_name);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*! \brief Perform requested sorting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue