Fixed bug in configure.sh

This commit is contained in:
Clifford T. Matthews 2009-06-15 19:52:11 -06:00
parent 159fa0a4e9
commit aeff3f030c
2 changed files with 3 additions and 3 deletions

View File

@ -43,10 +43,10 @@ void check_structs(void)
check (SndCommand, 8); /* SoundMgr.h */
check (SndChannel, 1060);
check (SoundHeader, 22);
check (ExtSoundHeader, 0); /* FIXME */
check (ExtSoundHeader, 62);
check (SndDoubleBuffer, 16);
check (SndDoubleBufferHeader, 24);
check (SCStatus, 0); /* FIXME */
check (SCStatus, 24);
check(fcbrec, 94); /* rsys/file.h */
}