mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
fix typo in the commit `use wl_find()'
This commit is contained in:
@@ -217,7 +217,7 @@ getword(wordlist *wl, char *name)
|
|||||||
wordlist *beg;
|
wordlist *beg;
|
||||||
char *s;
|
char *s;
|
||||||
|
|
||||||
wl = wl_find(name, wl);
|
beg = wl_find(name, wl);
|
||||||
|
|
||||||
if (!beg)
|
if (!beg)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user