[Spice-devel] [PATCH spice-server] red-qxl: Update header guard names
Christophe Fergeau
cfergeau at redhat.com
Mon Sep 18 12:02:04 UTC 2017
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
On Thu, Aug 31, 2017 at 08:36:40AM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> 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 <http://www.gnu.org/licenses/>.
> */
>
> -#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_ */
> --
> 2.13.5
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list