Skip to content

Commit c76be7c

Browse files
authored
fix enum
1 parent c5f26d7 commit c76be7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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