Minor: removed unnecessary return.

This commit is contained in:
Florian Pose 2011-07-08 14:28:07 +02:00
parent ae060ff267
commit 52d1750dcd
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ void ec_fsm_slave_exec(
}
fsm->state(fsm);
return;
}
/*****************************************************************************/