dbStatic/dbLexRoutines.c fix error message

This commit is contained in:
Andrew Johnson
2014-07-27 15:41:49 -05:00
parent 2de36d3273
commit c710a3a898

View File

@@ -645,7 +645,8 @@ static void dbRecordtypeBody(void)
fprintf(stderr,"recordtype(%s).%s extra not specified\n",
pdbRecordType->name,pdbFldDes->name);
}
if(ellCount(&tempList)) yyerrorAbort("dbMenuBody: tempList not empty");
if (ellCount(&tempList))
yyerrorAbort("dbRecordtypeBody: tempList not empty");
pdbRecordType->no_prompt = no_prompt;
pdbRecordType->no_links = no_links;
pdbRecordType->link_ind = dbCalloc(no_links,sizeof(short));