summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-22 04:48:41 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-22 04:48:41 +0000
commite0aa2205173e0b893c6e97849b0636a0794d5a39 (patch)
tree79e8944fd80096879afe3bfd51e076194cb7d80d
parentadbd3a8acbbd8ed8dc478e002aa46ac6a76280f8 (diff)
downloadxine-lib-e0aa2205173e0b893c6e97849b0636a0794d5a39.tar.gz
xine-lib-e0aa2205173e0b893c6e97849b0636a0794d5a39.tar.bz2
Added new line at end of file to remove warning.
CVS patchset: 2912 CVS date: 2002/10/22 04:48:41
-rw-r--r--src/libfaad/cfft.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libfaad/cfft.c b/src/libfaad/cfft.c
index 23392a85a..70aa084a1 100644
--- a/src/libfaad/cfft.c
+++ b/src/libfaad/cfft.c
@@ -16,7 +16,7 @@
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
**
-** $Id: cfft.c,v 1.1 2002/08/09 22:36:36 miguelfreitas Exp $
+** $Id: cfft.c,v 1.2 2002/10/22 04:48:41 storri Exp $
**/
/*
@@ -668,4 +668,5 @@ void cfftu(cfft_info cfft)
{
if (cfft.work) free(cfft.work);
if (cfft.tab) free(cfft.tab);
-} \ No newline at end of file
+}
+