diff --git a/src/tetris/moveright.h b/src/tetris/moveright.h index 30b66a641..1f3c0d574 100644 --- a/src/tetris/moveright.h +++ b/src/tetris/moveright.h @@ -15,6 +15,5 @@ void MoveRight() { throw TetrisNotcursesErr("render()"); } } - return; } }