Skip to content
Snippets Groups Projects
Commit 58cf3355 authored by Chris Cheney's avatar Chris Cheney
Browse files

sint_8 and sint_32 values were reversed

git-svn-id: http://svn.xiph.org/trunk/ao@5453 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent b4b7a1c8
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@
typedef unsigned char uint_8;
typedef unsigned @SIZE16@ uint_16;
typedef unsigned @SIZE32@ uint_32;
typedef signed char sint_32;
typedef signed char sint_8;
typedef signed @SIZE16@ sint_16;
typedef signed @SIZE32@ sint_8;
typedef signed @SIZE32@ sint_32;
#endif /* __OS_TYPES_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment