From b808fcec8acd74f9a651b24cf5a3cfb17dae5217 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 28 Jul 2012 14:52:17 +0200 Subject: [PATCH] fix typo in the commit `use wl_find()' --- src/frontend/plotting/plotit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/plotting/plotit.c b/src/frontend/plotting/plotit.c index 3d6d2bcd4..6fe0efc49 100644 --- a/src/frontend/plotting/plotit.c +++ b/src/frontend/plotting/plotit.c @@ -217,7 +217,7 @@ getword(wordlist *wl, char *name) wordlist *beg; char *s; - wl = wl_find(name, wl); + beg = wl_find(name, wl); if (!beg) return NULL;