aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/plot.c')
-rw-r--r--src/cmd/plot/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plot/plot.c b/src/cmd/plot/plot.c
index 8b62387b..f87e228b 100644
--- a/src/cmd/plot/plot.c
+++ b/src/cmd/plot/plot.c
@@ -559,7 +559,7 @@ void call(char *a){
exits("undefined");
}
*ap = sav;
- while (isspace((uchar)*ap) || *ap == ',')
+ while (isspace((uchar)*ap) || *ap == ',')
ap++;
if (*ap != '\0')
SC = atof(ap);