mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-16 00:04:59 +00:00
Add missing void declaration.
This commit is contained in:
parent
32ebf5c823
commit
d5ece9ccd5
@ -132,7 +132,7 @@ SwitchDisplay(LispPTR display)
|
||||
return( display );
|
||||
}
|
||||
|
||||
describedsp(DspInterface dsp)
|
||||
void describedsp(DspInterface dsp)
|
||||
{
|
||||
if ( dsp == 0 ){
|
||||
printf("describedsp: Not a dsp!\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user