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:
parent
05c508f879
commit
08227e1ea2
@ -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;*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user