diff decoders/mpglib.c @ 526:2df1f5c62d38

Updated my email address.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 06 Aug 2007 09:44:02 +0000
parents 006e3d6cd2fe
children 2e8907ff98e9
line wrap: on
line diff
--- a/decoders/mpglib.c	Mon Aug 06 09:41:58 2007 +0000
+++ b/decoders/mpglib.c	Mon Aug 06 09:44:02 2007 +0000
@@ -34,7 +34,7 @@
  *  source code for mpglib falls under the LGPL, which is the same license as
  *  SDL_sound (so you can consider it a single work).
  *
- *  This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
+ *  This file written by Ryan C. Gordon. (icculus@icculus.org)
  */
 
 #if HAVE_CONFIG_H
@@ -68,7 +68,7 @@
     {
         extensions_mpglib,
         "MP3 decoding via internal mpglib",
-        "Ryan C. Gordon <icculus@clutteredmind.org>",
+        "Ryan C. Gordon <icculus@icculus.org>",
         "http://www.icculus.org/SDL_sound/"
     },