Browse Source

fixed a typo which caused the simulator build to fail

feature/2015
Christian Kroll 13 years ago
parent
commit
a2ff6a4142
  1. 2
      games/tetris/highscore.h

2
games/tetris/highscore.h

@ -19,7 +19,7 @@ enum tetris_highscore_index_e
#ifdef NDEBUG #ifdef NDEBUG
typedef uint8_t tetris_highscore_index_t; typedef uint8_t tetris_highscore_index_t;
#else #else
typedef enum tetris_highscore_index tetris_highscore_index_t; typedef enum tetris_highscore_index_e tetris_highscore_index_t;
#endif #endif

Loading…
Cancel
Save