summaryrefslogtreecommitdiffstats
path: root/src/temp/player/playerMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/temp/player/playerMan.c')
-rw-r--r--src/temp/player/playerMan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/temp/player/playerMan.c b/src/temp/player/playerMan.c
index 1196d242..78b20718 100644
--- a/src/temp/player/playerMan.c
+++ b/src/temp/player/playerMan.c
@@ -40,7 +40,7 @@
***********************************************************************/
Pla_Man_t * Pla_ManAlloc( Ivy_Man_t * pAig, int nLutMax, int nPlaMax )
-{
+{
Pla_Man_t * pMan;
assert( !(nLutMax < 2 || nLutMax > 8 || nPlaMax < 8 || nPlaMax > 128) );
// start the manager