diff --git a/games/tetris/highscore.h b/games/tetris/highscore.h index 969c42e..a05f960 100644 --- a/games/tetris/highscore.h +++ b/games/tetris/highscore.h @@ -19,7 +19,7 @@ enum tetris_highscore_index_e #ifdef NDEBUG typedef uint8_t tetris_highscore_index_t; #else - typedef enum tetris_highscore_index tetris_highscore_index_t; + typedef enum tetris_highscore_index_e tetris_highscore_index_t; #endif