summaryrefslogtreecommitdiffstats
path: root/src/application.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 18:54:50 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 18:54:50 (EDT)
commit45456388efcb88992dde469c7f3dfcc2658903ea (patch)
tree1210c666344b1b8fcb6cf6c879f19b76d0d5c3df /src/application.h
parent4ed41f0ba7d200b481e7065a33d4c7175dd722c5 (diff)
downloadmarquee-45456388efcb88992dde469c7f3dfcc2658903ea.zip
marquee-45456388efcb88992dde469c7f3dfcc2658903ea.tar.gz
marquee-45456388efcb88992dde469c7f3dfcc2658903ea.tar.bz2
Add missing #endif comments to headers
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index 529bb23..fb8f399 100644
--- a/src/application.h
+++ b/src/application.h
@@ -74,4 +74,4 @@ mq_application_marquee_mode_on(MqApplication *application) G_GNUC_PURE;
G_END_DECLS
-#endif
+#endif /* MQ_APPLICATION_H */