From c8bc09bcb32dc7494df06fa52d20d84f9b29a435 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 31 Aug 2017 05:02:40 +0100 Subject: [PATCH] red-qxl: Update header guard names Signed-off-by: Frediano Ziglio Acked-by: Christophe Fergeau --- server/red-qxl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/red-qxl.h b/server/red-qxl.h index 93cc4d0f..f925f065 100644 --- a/server/red-qxl.h +++ b/server/red-qxl.h @@ -15,8 +15,8 @@ License along with this library; if not, see . */ -#ifndef RED_DISPATCHER_H_ -#define RED_DISPATCHER_H_ +#ifndef RED_QXL_H_ +#define RED_QXL_H_ #include "red-channel.h" #include "spice-qxl.h" @@ -303,4 +303,4 @@ enum { void red_qxl_clear_pending(QXLState *qxl_state, int pending); -#endif /* RED_DISPATCHER_H_ */ +#endif /* RED_QXL_H_ */