mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-27 13:39:30 +03:00
Added missing initializers.
This commit is contained in:
parent
80ed49f132
commit
6607288ca0
10
src/chown.c
10
src/chown.c
@ -81,11 +81,11 @@ static struct {
|
||||
int y, x;
|
||||
WLabel *l;
|
||||
} chown_label [LABELS] = {
|
||||
{ TY+2, TX+2 },
|
||||
{ TY+4, TX+2 },
|
||||
{ TY+6, TX+2 },
|
||||
{ TY+8, TX+2 },
|
||||
{ TY+10,TX+2 }
|
||||
{ TY+2, TX+2, NULL },
|
||||
{ TY+4, TX+2, NULL },
|
||||
{ TY+6, TX+2, NULL },
|
||||
{ TY+8, TX+2, NULL },
|
||||
{ TY+10,TX+2, NULL }
|
||||
};
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user