Kill blank line at EOF.

This commit is contained in:
Tom Rhodes 2007-02-15 02:45:14 +00:00
parent 0e37c3dc33
commit af3c679d46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166735

View File

@ -328,4 +328,3 @@ match(char *line, char *name)
(line[len] == ' ' || line[len] == '\t'));
}
#endif /* !YP */