fixed type

This commit is contained in:
Andreas Steffen 2011-05-31 14:33:27 +02:00
parent bf870ffbe7
commit 7e82d26dd8
5 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ METHOD(imv_state_t, destroy, void,
free(this); free(this);
} }
METHOD(imv_state_t, another_round, bool, METHOD(imv_test_state_t, another_round, bool,
private_imv_test_state_t *this) private_imv_test_state_t *this)
{ {
return (this->rounds-- > 0); return (this->rounds-- > 0);