Mercurial > SDL_sound_CoreAudio
comparison decoders/smpeg.c @ 301:ca43129df299
Visual C fixes.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 25 Mar 2002 20:54:07 +0000 |
parents | 9828311da44b |
children | c97be6e1bd27 |
comparison
equal
deleted
inserted
replaced
300:338cd6c101e3 | 301:ca43129df299 |
---|---|
91 { | 91 { |
92 /* it's a no-op. */ | 92 /* it's a no-op. */ |
93 } /* _SMPEG_quit */ | 93 } /* _SMPEG_quit */ |
94 | 94 |
95 | 95 |
96 static __inline__ void output_version(void) | 96 static inline void output_version(void) |
97 { | 97 { |
98 static int first_time = 1; | 98 static int first_time = 1; |
99 | 99 |
100 if (first_time) | 100 if (first_time) |
101 { | 101 { |