Skip to content

Commit a8bd72b

Browse files
authored
fix enum
1 parent c76be7c commit a8bd72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter16/carddeck_1c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum {
2828
// cards, etc.
2929
kCardsInSuit = 13 // For now, kCardsInDeck / 4. This will change
3030
// depending upon the card game.
31-
}
31+
};
3232

3333
const bool kWildCard = true;
3434
const bool kNotWildCard = false;

0 commit comments

Comments
 (0)