From 0f823453fd1179036e31bc2d2af68e54cebd9ab1 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 14 Oct 2020 19:24:27 -0400 Subject: [PATCH] Fix typo in commit 90da5fccb --- pcbnew/netlist_reader/pcb_netlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/netlist_reader/pcb_netlist.h b/pcbnew/netlist_reader/pcb_netlist.h index c70e2f4980..1de5c463b0 100644 --- a/pcbnew/netlist_reader/pcb_netlist.h +++ b/pcbnew/netlist_reader/pcb_netlist.h @@ -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 ); }