Skip to content

Commit 3a2f276

Browse files
authored
fix enum
1 parent a8bd72b commit 3a2f276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter16/carddeck_1b.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)