From f03fc45feeecd516647387615332aa04ba65c714 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 30 Aug 2000 01:40:12 +0000 Subject: [PATCH] fix typedef typo for int64_t svn path=/trunk/vorbis/; revision=604 --- include/vorbis/os_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/vorbis/os_types.h b/include/vorbis/os_types.h index 8ed6c20..754bbda 100644 --- a/include/vorbis/os_types.h +++ b/include/vorbis/os_types.h @@ -14,7 +14,7 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os_types.h,v 1.6 2000/07/07 06:16:24 xiphmont Exp $ + last mod: $Id: os_types.h,v 1.7 2000/08/30 01:40:12 xiphmont Exp $ ********************************************************************/ @@ -26,7 +26,7 @@ typedef __int16 int16_t; #define vorbis_size32_t int #else #include <_G_config.h> -pedef _G_int64_t int64_t; +typedef _G_int64_t int64_t; typedef _G_int32_t int32_t; typedef _G_int16_t int16_t; #endif -- 2.7.4