summaryrefslogtreecommitdiff
path: root/src/libfaad/cfft.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfaad/cfft.c')
-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 567e8ce34..a8a6537af 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.3 2002/12/16 18:59:54 miguelfreitas Exp $
+** $Id: cfft.c,v 1.4 2003/01/31 01:20:26 storri Exp $
**/
/*
@@ -547,4 +547,5 @@ void cfftu(cfft_info *cfft)
#endif
if (cfft) free(cfft);
-} \ No newline at end of file
+}
+