Skip to content

Commit 99e03dd

Browse files
committed
Remove superfluous semicolon.
Signed-off-by: Steffen Pankratz <[email protected]>
1 parent 9af7c70 commit 99e03dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PuyoGame.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void PuyoGame::setPuyoCellAt(int X, int Y, PuyoState value)
307307
return;*/
308308
if (puyoCells[X + Y * PUYODIMX])
309309
puyoCells[X + Y * PUYODIMX]->setPuyoState(value);
310-
};
310+
}
311311

312312
// Set the puyo at the indicated coordinates
313313
void PuyoGame::setPuyoAt(int X, int Y, PuyoPuyo *newPuyo)

0 commit comments

Comments
 (0)