changeset 67:96c61ac12446

Fixed a copy/paste comment error about the origins of SDL_sound_minimal.c
author Eric Wing <ewing@anscamobile.com>
date Tue, 19 Jun 2012 18:49:27 -0700
parents 5c9eaf0cc385
children 492239f6ffc9
files Isolated/LGPL/SDL_sound_minimal.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Isolated/LGPL/SDL_sound_minimal.c	Tue Jun 19 00:40:32 2012 -0700
+++ b/Isolated/LGPL/SDL_sound_minimal.c	Tue Jun 19 18:49:27 2012 -0700
@@ -18,7 +18,7 @@
  */
 
 /* 
- Attention: This is a stripped down file of SDL_endian for our purposes. 
+ Attention: This was extracted from SDL_sound to go with the wav.c plugin (also from SDL_sound). 
  This code is licensed under the LGPL.
  This means we must not compile this code into anything that we are not willing to
  publicly release source code.