Fix typo in commit 90da5fccb

This commit is contained in:
Marek Roszko 2020-10-14 19:24:27 -04:00
parent ff977b050a
commit 0f823453fd
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ public:
#define CTL_FOR_CVPCB (CTL_OMIT_NETS | CTL_OMIT_FILTERS | CTL_OMIT_EXTRA)
void FormatCbpcbNetlist( OUTPUTFORMATTER* aOut )
void FormatCvpcbNetlist( OUTPUTFORMATTER* aOut )
{
Format( "cvpcb_netlist", aOut, 0, CTL_FOR_CVPCB );
}