mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix typo.
This commit is contained in:
parent
593b77be8c
commit
3aa479cd54
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user