remove unneeded fflush

This commit is contained in:
Neale Pickett 2012-10-09 16:17:02 -05:00
parent d746d87cce
commit 555afad443
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ main(int argc, char *argv[])
}
}
}
fflush(stdout);
return 0;
}