From 06b511f10395f06b4013486ab50506f2d9e7b734 Mon Sep 17 00:00:00 2001 From: William Wold Date: Fri, 16 Oct 2020 10:24:36 -0700 Subject: Switch to C-style comments as requested --- applets/wncklet/wayland-backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/wncklet/wayland-backend.h') diff --git a/applets/wncklet/wayland-backend.h b/applets/wncklet/wayland-backend.h index d3ce93da..0ea4634a 100644 --- a/applets/wncklet/wayland-backend.h +++ b/applets/wncklet/wayland-backend.h @@ -22,7 +22,7 @@ #ifndef _WNCKLET_APPLET_WAYLAND_BACKEND_H_ #define _WNCKLET_APPLET_WAYLAND_BACKEND_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 @@ -43,6 +43,6 @@ void wayland_tasklist_set_orientation (GtkWidget* tasklist_widget, GtkOrientatio } #endif -#endif // _WNCKLET_APPLET_WAYLAND_BACKEND_H_ +#endif /* _WNCKLET_APPLET_WAYLAND_BACKEND_H_ */ -- cgit v1.2.1