Skip to content

Commit

Permalink
Stricter type for last_test_status.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tordek committed Aug 9, 2012
1 parent d9622f7 commit d7d5462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheat.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum cheat_test_status {
struct cheat_test_suite {
int test_count;
int test_failures;
int last_test_status;
enum cheat_test_status last_test_status;
char **log;
size_t log_size;
int stdout_fd;
Expand Down

0 comments on commit d7d5462

Please sign in to comment.