1
0
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:
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");