Skip to content

Commit

Permalink
Removed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalnes committed Nov 1, 2010
1 parent bd3d9de commit 0daf5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinytest.h
Expand Up @@ -105,7 +105,7 @@ int tt_report(void)
} else {
printf("%c%sPASSED%c%s (total:%d)\n",
TT_COLOR_CODE, TT_COLOR_GREEN, TT_COLOR_CODE, TT_COLOR_RESET,
tt_passes, tt_fails, tt_passes + tt_fails);
tt_passes);
return 0;
}
}
Expand Down

0 comments on commit 0daf5c9

Please sign in to comment.