Fix an off-by-one on the pawn 2D array indexes.
[Project_algorithmic_C.git] / lib / constants.h
index aa6bc5172a2bd0246591321cd9f1491ce10227ec..bc15fd15e9de1a3e891d38713f3e124636a34f5c 100644 (file)
@@ -29,7 +29,6 @@ extern const unsigned int black; /* 2 */
 extern const unsigned int player_one; /* black */
 extern const unsigned int player_two; /* white */
 
-
 extern const unsigned int hint_allowed; /* legal place for a pawn */
 extern const unsigned int hint_forbidden; /* illegal place for a pawn */