aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/move.c')
-rw-r--r--src/cmd/plot/libplot/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/plot/libplot/move.c b/src/cmd/plot/libplot/move.c
index 4e60260b..11cdcfcb 100644
--- a/src/cmd/plot/libplot/move.c
+++ b/src/cmd/plot/libplot/move.c
@@ -1,5 +1,5 @@
#include "mplot.h"
void move(double xx, double yy){
- e1->copyx = xx;
+ e1->copyx = xx;
e1->copyy = yy;
}