From 08227e1ea28e2428f738e96ed0b685e056e9b726 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 17:31:13 -0700 Subject: [PATCH] Add missing void declaration. --- src/lineblt8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lineblt8.c b/src/lineblt8.c index 546474a..57830ee 100755 --- a/src/lineblt8.c +++ b/src/lineblt8.c @@ -157,7 +157,7 @@ switch(width)\ /* I don't care sourcetype & operation NOW */ -lineBlt8(DLword *srcbase, register int offset, register u_char *destl, register int width, u_char color0, u_char color1, LispPTR sourcetype, LispPTR operation) +void lineBlt8(DLword *srcbase, register int offset, register u_char *destl, register int width, u_char color0, u_char color1, LispPTR sourcetype, LispPTR operation) /* register u_int *destl;*/