summaryrefslogtreecommitdiff
path: root/src/libfaad/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfaad/error.h')
-rw-r--r--src/libfaad/error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfaad/error.h b/src/libfaad/error.h
index 5a9f38b09..52a9609ee 100644
--- a/src/libfaad/error.h
+++ b/src/libfaad/error.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: error.h,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $
+** $Id: error.h,v 1.2 2002/12/16 19:00:01 miguelfreitas Exp $
**/
#ifndef __ERROR_H__
@@ -26,7 +26,7 @@
extern "C" {
#endif
-extern uint8_t *err_msg[];
+extern int8_t *err_msg[];
#ifdef __cplusplus
}