[xiph-cvs] cvs commit: ogg/include/ogg os_types.h
Ralph Giles
giles at xiph.org
Sun Mar 14 09:35:19 PST 2004
giles 04/03/14 12:35:19
Modified: include/ogg os_types.h
Log:
Correct a typo. Helps to test these things before you commit instead of after.
Revision Changes Path
1.16 +2 -2 ogg/include/ogg/os_types.h
Index: os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- a/os_types.h 14 Mar 2004 17:26:27 -0000 1.15
+++ b/os_types.h 14 Mar 2004 17:35:19 -0000 1.16
@@ -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;
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list