summaryrefslogtreecommitdiffstats
path: root/src/utils/string.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-11-03 12:44:34 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-11-03 12:44:34 (EDT)
commit4272897568afe7a094160c79d6b8a5a2042e9220 (patch)
treeb64abcfbaa31faad1450c2752a8f0fb28ee69922 /src/utils/string.h
parent9bc91995f647eccec8e6758723e1f700877fc3f7 (diff)
downloadmarquee-4272897568afe7a094160c79d6b8a5a2042e9220.zip
marquee-4272897568afe7a094160c79d6b8a5a2042e9220.tar.gz
marquee-4272897568afe7a094160c79d6b8a5a2042e9220.tar.bz2
src/utils/*.h: Add/update include guards
Diffstat (limited to 'src/utils/string.h')
-rw-r--r--src/utils/string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/string.h b/src/utils/string.h
index 19e0b43..bf95af5 100644
--- a/src/utils/string.h
+++ b/src/utils/string.h
@@ -19,8 +19,8 @@
* along with Marquee. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MQ_STRING_UTILITIES_H
-#define MQ_STRING_UTILITIES_H
+#ifndef MQ_UTILS_STRING_H
+#define MQ_UTILS_STRING_H
#include <glib.h>
@@ -34,4 +34,4 @@ mq_parse_query_string(gchar *str);
G_END_DECLS
-#endif /* MQ_STRING_UTILITIES_H */
+#endif /* MQ_UTILS_STRING_H */