shithub: aacdec

Download patch

ref: 753d04bf7a94497f92989b83da8208c6f9bccf56
parent: d87188b5b1bbe8e9a806eefa8de1b076e76578be
author: menno <menno>
date: Thu Nov 6 10:45:08 EST 2003

forgot a ;

--- a/frontend/main.c
+++ b/frontend/main.c
@@ -22,13 +22,13 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: main.c,v 1.58 2003/11/06 11:04:13 menno Exp $
+** $Id: main.c,v 1.59 2003/11/06 15:45:08 menno Exp $
 **/
 
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
-typedef __int64 off_t
+typedef __int64 off_t;
 #else
 #include <time.h>
 #endif