diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-11-03 18:54:50 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-11-03 18:54:50 (EDT) |
commit | 45456388efcb88992dde469c7f3dfcc2658903ea (patch) | |
tree | 1210c666344b1b8fcb6cf6c879f19b76d0d5c3df /src/schemes | |
parent | 4ed41f0ba7d200b481e7065a33d4c7175dd722c5 (diff) | |
download | marquee-45456388efcb88992dde469c7f3dfcc2658903ea.zip marquee-45456388efcb88992dde469c7f3dfcc2658903ea.tar.gz marquee-45456388efcb88992dde469c7f3dfcc2658903ea.tar.bz2 |
Add missing #endif comments to headers
Diffstat (limited to 'src/schemes')
-rw-r--r-- | src/schemes/about.h | 2 | ||||
-rw-r--r-- | src/schemes/about/paths.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/schemes/about.h b/src/schemes/about.h index ed7a66f..bdd5cd1 100644 --- a/src/schemes/about.h +++ b/src/schemes/about.h @@ -40,4 +40,4 @@ mq_about_redirect(WebKitURISchemeRequest *request, const gchar *uri); G_END_DECLS -#endif +#endif /* MQ_ABOUT_H */ diff --git a/src/schemes/about/paths.h b/src/schemes/about/paths.h index e90c49f..d7ca9b8 100644 --- a/src/schemes/about/paths.h +++ b/src/schemes/about/paths.h @@ -42,4 +42,4 @@ mq_about_marquee_response(MqApplication *application, GHashTable *query, G_END_DECLS -#endif +#endif /* MQ_ABOUT_PATHS_H */ |