Skip to content

Commit

Permalink
Fix a typo in XsetAttributes struct
Browse files Browse the repository at this point in the history
Signed-off-by: efindus <[email protected]>
  • Loading branch information
efindus committed Feb 1, 2022
1 parent 627854b commit b41ce56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tetris.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ typedef struct TetrominoState {
} TetrominoState;

typedef struct XsetAttributes {
char* toggle;
char* delay;
char * rate;
char *toggle, *delay, *rate;
} XsetAttributes;

/*
Expand Down

0 comments on commit b41ce56

Please sign in to comment.