summaryrefslogtreecommitdiff
path: root/src/daemon/wayland.h
diff options
context:
space:
mode:
authorWilliam Wold <[email protected]>2020-10-16 11:02:14 -0700
committerraveit65 <[email protected]>2020-10-24 16:49:14 +0200
commit941ab7c4626e66537755cab9285f5a437fc6d888 (patch)
tree7459319981ab7eea8ec8a9f972fc0a2408f45cd3 /src/daemon/wayland.h
parentb9888622f450931c3110f9c5b08b8bc821617f9a (diff)
downloadmate-notification-daemon-941ab7c4626e66537755cab9285f5a437fc6d888.tar.bz2
mate-notification-daemon-941ab7c4626e66537755cab9285f5a437fc6d888.tar.xz
Use C-style comments
Diffstat (limited to 'src/daemon/wayland.h')
-rw-r--r--src/daemon/wayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/wayland.h b/src/daemon/wayland.h
index 5a58ec9..3779f5f 100644
--- a/src/daemon/wayland.h
+++ b/src/daemon/wayland.h
@@ -21,7 +21,7 @@
#ifndef _WAYLAND_H
#define _WAYLAND_H
-#ifdef PACKAGE_NAME // only check HAVE_WAYLAND if config.h has been included
+#ifdef PACKAGE_NAME /* only check HAVE_WAYLAND if config.h has been included */
#ifndef HAVE_WAYLAND
#error file should only be included when HAVE_WAYLAND is enabled
#endif