summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2004-03-14 17:35:19 +0000
committerRalph Giles <giles@xiph.org>2004-03-14 17:35:19 +0000
commitfc84a3b9bce48d5889e2d7ec7f7c2d1df520de64 (patch)
treeeae92ceec089caa46e955f35e5d7fe07e8ac44dd /include
parent73384c1c4055e68811c83391a976d86f68e64070 (diff)
downloadogg-fc84a3b9bce48d5889e2d7ec7f7c2d1df520de64.tar.gz
Correct a typo. Helps to test these things before you commit instead of after.
git-svn-id: http://svn.xiph.org/trunk/ogg@5950 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h4
1 files changed, 2 insertions, 2 deletions
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;