← Back to team overview

kicad-developers team mailing list archive

possible typo or not? $EndSCHEMATC

 

in sch_screen.cpp
line 543

fprintf( aFile, "$EndSCHEMATC\n" )

Should this not read "$EndSchematic\n"
to be consistent?
It appears that during reading of the file just "$End" is matched.

Is there a definition somewhere?
Thanks,
Edwin


Follow ups