diff options
Diffstat (limited to 'src/libfaad')
-rw-r--r-- | src/libfaad/cfft.c | 5 | ||||
-rw-r--r-- | src/libfaad/common.h | 4 |
2 files changed, 5 insertions, 4 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 +} + diff --git a/src/libfaad/common.h b/src/libfaad/common.h index dfed6de81..82b1d33d2 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.h @@ -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: common.h,v 1.5 2002/12/17 16:44:10 jkeil Exp $ +** $Id: common.h,v 1.6 2003/01/31 01:20:27 storri Exp $ **/ #ifndef __COMMON_H__ @@ -96,7 +96,7 @@ typedef float float32_t; #else #ifdef HAVE_CONFIG_H -# include "../config.h" +# include "config.h" #endif #include <stdio.h> |