Reorder members of struct castr to make nsc.c easier to read
This commit is contained in:
parent
bc0ced464b
commit
38047a62f7
3 changed files with 442 additions and 446 deletions
|
@ -345,7 +345,7 @@ static int
|
|||
xdver(int meta)
|
||||
{
|
||||
static struct castr vers_ca = {
|
||||
NSC_STRINGY, 0, sizeof(PACKAGE_STRING), 0, "version", EF_BAD
|
||||
"version", 0, NSC_STRINGY, sizeof(PACKAGE_STRING), EF_BAD, 0
|
||||
};
|
||||
struct keymatch *kp;
|
||||
char *sep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue