1
0
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:
Nick Briggs
2017-05-24 17:29:28 -07:00
parent 32ebf5c823
commit d5ece9ccd5

View File

@@ -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");