From e753b62e9112ff67117fc22677b8f1ae6fc3f047 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 4 Jan 2017 16:39:44 -0600 Subject: converted argument type sent to shitdist --- src/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3