1
0
Fork 0

pedantic warnings.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3209
This commit is contained in:
Peter Veenstra 2008-08-24 16:43:06 +00:00
parent 6bc0cb78a1
commit e08ea925b7
8 changed files with 24 additions and 24 deletions

View file

@ -33,7 +33,7 @@ enum BlahModes {
enum MixerModes {
M_8M,M_8S,
M_16M,M_16S,
M_16M,M_16S
};
#define MIXER_BUFSIZE (16*1024)