xbattmon

simple battery monitor for X
git clone git://git.2f30.org/xbattmon
Log | Files | Refs | README | LICENSE

commit efbad33c03537c9de80f40929227f402e29b9ac7
parent 2be0979f54f271fadc6c08c0174be2c2d50ffcb6
Author: sin <sin@2f30.org>
Date:   Fri, 31 Oct 2014 16:35:04 +0000

Remove redundant fflush(stdout)

Diffstat:
Mxbattmon.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/xbattmon.c b/xbattmon.c @@ -151,8 +151,6 @@ update(void) state = AC_ON; else state = AC_OFF; - - fflush(stdout); } Bool