fix typo in the commit `use wl_find()'

This commit is contained in:
rlar
2012-07-28 14:52:17 +02:00
parent 3c3ba4c731
commit b808fcec8a
+1 -1
View File
@@ -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;