Finish style fixes.
This commit is contained in:
parent
19ef9c1630
commit
6239d3aebd
@ -6,7 +6,7 @@ WARNS?= 4
|
||||
|
||||
LOCALEDIR?= /usr/share/locale
|
||||
|
||||
test: ${PROG}
|
||||
test: ${PROG}
|
||||
sh docheck.sh ${LOCALEDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -48,8 +48,8 @@ struct locdef {
|
||||
};
|
||||
|
||||
int
|
||||
main(int argc, char **argv) {
|
||||
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
int i, result;
|
||||
const char *localename;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user