openbsd-ports/mbone/rat/patches/patch-src_audio_mix_h
2004-01-05 00:05:04 +00:00

11 lines
440 B
Plaintext

$OpenBSD: patch-src_audio_mix_h,v 1.1 2004/01/05 00:05:04 espie Exp $
--- src/audio_mix.h.orig 2004-01-05 01:01:23.000000000 +0100
+++ src/audio_mix.h 2004-01-05 01:01:27.000000000 +0100
@@ -46,4 +46,4 @@ void mix_audio(int16 *v0, int16 *v1, si
#ifdef WIN32
/* GAS does not support mmx for Linux and FreeBSD yet :-( */
void mmx_mix_audio(int16 *v0, int16 *v1, size_t len);
-#endif WIN32
\ No newline at end of file
+#endif /* WIN32 */