aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/disk.c')
-rw-r--r--src/cmd/plot/libplot/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plot/libplot/disk.c b/src/cmd/plot/libplot/disk.c
index 47b39012..6255efa5 100644
--- a/src/cmd/plot/libplot/disk.c
+++ b/src/cmd/plot/libplot/disk.c
@@ -4,7 +4,7 @@ void plotdisc(double xc, double yc, double r){
int rad;
p.x=SCX(xc);
p.y=SCY(yc);
- if (r < 0)
+ if (r < 0)
rad=SCR(-r);
else
rad=SCR(r);