Fixed a few comments

git-svn-id: svn://svn.cc65.org/cc65/trunk@2028 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-03-17 10:19:53 +00:00
parent 7d350d3f61
commit 86f78af374
3 changed files with 5 additions and 5 deletions

View File

@@ -605,9 +605,9 @@ static void DoEnd (void)
static void DoEndProc (void)
/* Leave a lexical level */
{
{
if (!SymIsLocalLevel ()) {
/* No local symbol table level open */
/* No local scope */
ErrorSkip (ERR_NO_OPEN_PROC);
} else {
SymLeaveLevel ();