Fix use of out of scope declaration

This commit is contained in:
Travis Cross 2014-03-06 08:44:36 +00:00
parent 9b9bc8b796
commit 1aa0ec5f81

View File

@ -3001,6 +3001,7 @@ struct lemon *lemp;
FILE *in;
char *tpltname;
char *cp;
extern int access();
cp = strrchr(lemp->filename,'.');
if( cp ){