diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:27:31 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:27:31 -0400 |
commit | 959e1cf54cea0a3252c4852224a290c56c50df2a (patch) | |
tree | 4dd7bd4407e405ed3a2ead1fafe2fa8074db6c02 /instr-daemon.c | |
parent | b9264ec05328aae8f29e56d945f5168848b89737 (diff) |
style fixes
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index d9a99c3..7d21ee7 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -303,7 +303,7 @@ int main(int argc, char **argv) static gboolean periodic_poll (void) { - + Menu_Check_Buttons (); return TRUE; |