From 3aa479cd540218b7743222b00aafd5935c36d168 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 14 Jul 2023 19:48:28 +0100 Subject: [PATCH] Fix typo. --- eeschema/sch_base_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_base_frame.cpp b/eeschema/sch_base_frame.cpp index af56b3811e..e2c0ff145a 100644 --- a/eeschema/sch_base_frame.cpp +++ b/eeschema/sch_base_frame.cpp @@ -638,7 +638,7 @@ void SCH_BASE_FRAME::setSymWatcher( const LIB_ID* aID ) wxString libfullname; SYMBOL_LIB_TABLE* tbl = Prj().SchSymbolLibTable(); - if( !aId || !tbl ) + if( !aID || !tbl ) return; try