Fix typo.

This commit is contained in:
Jeff Young 2023-07-14 19:48:28 +01:00
parent 593b77be8c
commit 3aa479cd54
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ void SCH_BASE_FRAME::setSymWatcher( const LIB_ID* aID )
wxString libfullname; wxString libfullname;
SYMBOL_LIB_TABLE* tbl = Prj().SchSymbolLibTable(); SYMBOL_LIB_TABLE* tbl = Prj().SchSymbolLibTable();
if( !aId || !tbl ) if( !aID || !tbl )
return; return;
try try