Finish style fixes.

This commit is contained in:
Ruslan Ermilov 2002-03-26 13:02:15 +00:00
parent 19ef9c1630
commit 6239d3aebd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93223
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ WARNS?= 4
LOCALEDIR?= /usr/share/locale
test: ${PROG}
test: ${PROG}
sh docheck.sh ${LOCALEDIR}
.include <bsd.prog.mk>

View File

@ -48,8 +48,8 @@ struct locdef {
};
int
main(int argc, char **argv) {
main(int argc, char *argv[])
{
int i, result;
const char *localename;