mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 13:01:30 +00:00
Add missing void declaration.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user