summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/application.h2
-rw-r--r--src/config/config.h2
-rw-r--r--src/schemes/about.h2
-rw-r--r--src/schemes/about/paths.h2
4 files changed, 4 insertions, 4 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 */
diff --git a/src/config/config.h b/src/config/config.h
index cec608f..ec64b65 100644
--- a/src/config/config.h
+++ b/src/config/config.h
@@ -94,4 +94,4 @@ mq_config_notify_string(MqConfig *config, const gchar *name,
G_END_DECLS
-#endif
+#endif /* MQ_CONFIG_H */
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 */