From 59fb052818656e74162d7f026f7089ec42c1e8a0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 27 Dec 2003 00:11:57 +0000 Subject: [project @ 2003-12-27 00:11:57 by jmb] Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451 --- riscos/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/draw.h') diff --git a/riscos/draw.h b/riscos/draw.h index 4ea73386d..b7eef6db3 100644 --- a/riscos/draw.h +++ b/riscos/draw.h @@ -11,7 +11,7 @@ struct content; struct content_draw_data { - void* data; + void *data; unsigned long length; }; -- cgit v1.2.3