From 6a334da2b4e393d43510f216a9bb8dd389cc0ef8 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 4 Aug 2012 16:04:21 +0200 Subject: [PATCH] plotit.c #7/9, braces --- src/frontend/plotting/plotit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/plotting/plotit.c b/src/frontend/plotting/plotit.c index bea4475b4..211925142 100644 --- a/src/frontend/plotting/plotit.c +++ b/src/frontend/plotting/plotit.c @@ -538,7 +538,7 @@ plotit(wordlist *wl, char *hcopy, char *devname) if (!lv) { fprintf(cp_err, "Error: misplaced vs arg\n"); goto quit; - } else { + } if ((n = n->pn_next) == NULL) { fprintf(cp_err, "Error: missing vs arg\n"); goto quit; @@ -557,7 +557,6 @@ plotit(wordlist *wl, char *hcopy, char *devname) lastvs = lv; lv = lv->v_link2; } - } } else {