summaryrefslogtreecommitdiffstats
path: root/src/map/super/superAnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/super/superAnd.c')
-rw-r--r--src/map/super/superAnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/super/superAnd.c b/src/map/super/superAnd.c
index b6a30025..9f3996b9 100644
--- a/src/map/super/superAnd.c
+++ b/src/map/super/superAnd.c
@@ -499,7 +499,7 @@ ABC_PRT( "Sorting", clock() - clk );
fclose( pFile );
printf( "The supergates are written into file \"%s\" ", FileName );
- printf( "(%0.2f Mb).\n", ((double)Extra_FileSize(FileName))/(1<<20) );
+ printf( "(%0.2f MB).\n", ((double)Extra_FileSize(FileName))/(1<<20) );
}
/**Function*************************************************************