# HG changeset patch # User Ryan C. Gordon # Date 1143096492 0 # Node ID c439dad53df8ad99434c196b9d67e8b656cef2c6 # Parent 5115439d67b1cd62f3c13cfdf46e633f0b878fef Updated my email address. diff -r 5115439d67b1 -r c439dad53df8 src/audio/disk/SDL_diskaudio.c --- a/src/audio/disk/SDL_diskaudio.c Thu Mar 23 02:47:56 2006 +0000 +++ b/src/audio/disk/SDL_diskaudio.c Thu Mar 23 06:48:12 2006 +0000 @@ -19,8 +19,7 @@ Sam Lantinga slouken@libsdl.org - This file hacked^H^H^H^H^H^Hwritten by Ryan C. Gordon - (icculus@linuxgames.com) + This file written by Ryan C. Gordon (icculus@icculus.org) */ #include "SDL_config.h" diff -r 5115439d67b1 -r c439dad53df8 src/video/dummy/SDL_nullvideo.c --- a/src/video/dummy/SDL_nullvideo.c Thu Mar 23 02:47:56 2006 +0000 +++ b/src/video/dummy/SDL_nullvideo.c Thu Mar 23 06:48:12 2006 +0000 @@ -31,7 +31,7 @@ * is a performance problem for a given platform, enable this driver, and * then see if your application runs faster without video overhead. * - * Initial work by Ryan C. Gordon (icculus@linuxgames.com). A good portion + * Initial work by Ryan C. Gordon (icculus@icculus.org). A good portion * of this was cut-and-pasted from Stephane Peter's work in the AAlib * SDL video driver. Renamed to "DUMMY" by Sam Lantinga. */