From 1465d238a497f07ee2f8d90b6a2c57a67e2e67ea Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 17 Sep 2022 09:18:11 +0200 Subject: [PATCH] single-pixel-buffer-v1: fix header guard name Be consistent with other headers. --- include/wlr/types/wlr_single_pixel_buffer_v1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wlr/types/wlr_single_pixel_buffer_v1.h b/include/wlr/types/wlr_single_pixel_buffer_v1.h index 3eba546a..747d2a6b 100644 --- a/include/wlr/types/wlr_single_pixel_buffer_v1.h +++ b/include/wlr/types/wlr_single_pixel_buffer_v1.h @@ -6,8 +6,8 @@ #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" #endif -#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1 -#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1 +#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H +#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H #include