Browse Source

fix typo in the commit `use wl_find()'

rlar 14 years ago
parent
commit
b808fcec8a
  1. 2
      src/frontend/plotting/plotit.c

2
src/frontend/plotting/plotit.c

@ -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;

Loading…
Cancel
Save