(empfile): Add one to the array size for the sentinel row.

This commit is contained in:
Ron Koenderink 2005-10-28 12:56:54 +00:00
parent 445dfec9bc
commit b3ab6abf4a

View file

@ -153,6 +153,6 @@ extern int ef_flags(int);
extern int ef_byname(char *);
extern int ef_byname_from(char *, int *);
extern struct empfile empfile[EF_MAX];
extern struct empfile empfile[EF_MAX + 1];
#endif /* _FILE_H_ */