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