summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 20:34:44 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 20:34:44 +0000
commit67f52495593ea66660bd3b63c1bb7bfbe7e5cef1 (patch)
tree65ef3f6ffa520ac1d62208e56acecc0119363b65
parent72a345b6a7fda0f9b6bb8fe63ae283ec972297d7 (diff)
downloadrockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.tar.gz
rockbox-67f52495593ea66660bd3b63c1bb7bfbe7e5cef1.zip
Fix residual red, thanks to Zagor.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30400 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libgme/ym2612_emu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/ym2612_emu.c b/apps/codecs/libgme/ym2612_emu.c
index ee7947ef3b..a9b7be21f1 100644
--- a/apps/codecs/libgme/ym2612_emu.c
+++ b/apps/codecs/libgme/ym2612_emu.c
@@ -2,14 +2,14 @@
2 2
3// Based on Gens 2.10 ym2612.c 3// Based on Gens 2.10 ym2612.c
4 4
5#include "ym2612_emu.h"
6
7#include <stdlib.h> 5#include <stdlib.h>
8#include <string.h> 6#include <string.h>
9#include <limits.h> 7#include <limits.h>
10#include <stdio.h> 8#include <stdio.h>
11#include <math.h> 9#include <math.h>
12 10
11#include "ym2612_emu.h"
12
13/* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */ 13/* Copyright (C) 2002 Stéphane Dallongeville (gens AT consolemul.com) */
14/* Copyright (C) 2004-2007 Shay Green. This module is free software; you 14/* Copyright (C) 2004-2007 Shay Green. This module is free software; you
15can redistribute it and/or modify it under the terms of the GNU Lesser 15can redistribute it and/or modify it under the terms of the GNU Lesser