diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-09-01 21:19:01 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-09-01 21:39:20 +1200 |
commit | 32bff14871bf8f534fcdcdba1d8409430d6c464b (patch) | |
tree | 6de6cd2cda5cc91d76ae2fac8764270a01cb260c /tray.h | |
parent | 841445fb7a482b9c1ed9eca896d308afab4316d8 (diff) | |
download | paramano-32bff14871bf8f534fcdcdba1d8409430d6c464b.tar.xz |
Conforming to style, switching paramano-set to getopt (finally)
Diffstat (limited to 'tray.h')
-rw-r--r-- | tray.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,4 +26,4 @@ void tray_hide(); bool tray_visible(); bool tray_embedded(); -#endif +#endif /* ifndef TRAY_H */ |