Skip to content

Commit c5f26d7

Browse files
authored
fix enum
1 parent 54e8758 commit c5f26d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter16/carddeck.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum {
3232
// change depending upon the card game.
3333
kNumHands = 4 // For now, for hands per "table". This will change
3434
// depending on the game we want to implement.
35-
}
35+
};
3636

3737
const bool kWildCard = true;
3838
const bool kNotWildCard = false;

0 commit comments

Comments
 (0)