Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whoops, left a typedef keyword floating out there.
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 30, 2008
1 parent fbc45c8 commit d6fc4a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader.c
Expand Up @@ -57,7 +57,6 @@ typedef unsigned int uint; // this is a printf() helper. don't use for code.
typedef unsigned __int8 uint8;
typedef unsigned __int32 uint32;
typedef unsigned __int32 int32;
typedef
#else
#include <stdint.h>
typedef uint8_t uint8;
Expand Down

0 comments on commit d6fc4a0

Please sign in to comment.