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
commit2f1413df3850a8c40ba89d8b09f2f7800ec12f45 (patch)
treeeae92ceec089caa46e955f35e5d7fe07e8ac44dd /include
parent9023b8084659767a3693843546155337a7ff02fe (diff)
downloadogg-git-2f1413df3850a8c40ba89d8b09f2f7800ec12f45.tar.gz
Correct a typo. Helps to test these things before you commit instead of after.
svn path=/trunk/ogg/; revision=5950
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;