diff options
Diffstat (limited to 'applets/wncklet/wayland-backend.h')
-rw-r--r-- | applets/wncklet/wayland-backend.h | 4 |
1 files changed, 2 insertions, 2 deletions
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_ */ |