diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index 6f28d1e..99b9fc2 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -43,7 +43,7 @@ void set_aspect_ratio(); int selfcommand(char *s); cs_t c3_to_cs(c3_t p); real d2r(int d); -real shitdist(struct c3_shape s,c3_t p); +real shitdist(struct c3_shape *s,c3_t p); int compar(zsort_t *a,zsort_t *b); |