Skip to content
Snippets Groups Projects
Commit ad811c4f authored by Florian Pose's avatar Florian Pose
Browse files

Minor: removed unnecessary return.

--HG--
branch : stable-1.5
parent 67ce7cd0
No related branches found
No related tags found
No related merge requests found
/******************************************************************************
*
* $Id$
* $Id: fsm_slave.c,v 59a50053ccc6 2010/05/20 10:35:36 fp $
*
* Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
*
......@@ -106,7 +106,6 @@ void ec_fsm_slave_exec(
}
fsm->state(fsm);
return;
}
/*****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment