From e0aa2205173e0b893c6e97849b0636a0794d5a39 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Tue, 22 Oct 2002 04:48:41 +0000 Subject: Added new line at end of file to remove warning. CVS patchset: 2912 CVS date: 2002/10/22 04:48:41 --- src/libfaad/cfft.c | 5 +++-- 1 file 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 +} + -- cgit v1.2.3