1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 08:33:48 +00:00

Add missing void declaration.

This commit is contained in:
Nick Briggs 2017-05-24 17:31:13 -07:00
parent 05c508f879
commit 08227e1ea2

View File

@ -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;*/