From 2f1413df3850a8c40ba89d8b09f2f7800ec12f45 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sun, 14 Mar 2004 17:35:19 +0000 Subject: Correct a typo. Helps to test these things before you commit instead of after. svn path=/trunk/ogg/; revision=5950 --- include/ogg/os_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h index 93e9cfd..950c436 100644 --- a/include/ogg/os_types.h +++ b/include/ogg/os_types.h @@ -11,7 +11,7 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os_types.h,v 1.15 2004/03/14 17:26:27 giles Exp $ + last mod: $Id: os_types.h,v 1.16 2004/03/14 17:35:19 giles Exp $ ********************************************************************/ #ifndef _OS_TYPES_H @@ -33,7 +33,7 @@ typedef _G_uint32_t ogg_uint32_t; typedef _G_int16_t ogg_int16_t; typedef _G_uint16_t ogg_uint16_t; -# if defined(__MINGW32__) +# elif defined(__MINGW32__) typedef short ogg_int16_t; typedef unsigned short ogg_uint16_t; typedef int ogg_int32_t; -- cgit v1.2.1