mirror of git://git.suckless.org/ubase
passwd: fix function def style
This commit is contained in:
parent
5b16e8a4eb
commit
fa7ae96e0f
4
passwd.c
4
passwd.c
|
@ -81,8 +81,8 @@ cleanup:
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static int
|
||||||
int pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
|
pw_write_file(FILE *fp, const struct passwd *pw, char *pwhash) {
|
||||||
struct passwd *pwent;
|
struct passwd *pwent;
|
||||||
int r = -1, w = 0;
|
int r = -1, w = 0;
|
||||||
FILE *tfp = NULL;
|
FILE *tfp = NULL;
|
||||||
|
|
Loading…
Reference in New Issue