mirror of https://github.com/nealey/woozle.org.git
remove unneeded fflush
This commit is contained in:
parent
d746d87cce
commit
555afad443
|
@ -70,7 +70,6 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fflush(stdout);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue