From ba11d5002b216db8653c4e992277e9c674f7e7a8 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 31 May 2019 19:36:58 +0200 Subject: [PATCH] include/Spectre/Graphics/PixelFormat.h: Minor stuff. --- include/Spectre/Graphics/PixelFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Spectre/Graphics/PixelFormat.h b/include/Spectre/Graphics/PixelFormat.h index 60e2bb1..772f875 100644 --- a/include/Spectre/Graphics/PixelFormat.h +++ b/include/Spectre/Graphics/PixelFormat.h @@ -9,4 +9,4 @@ enum PixelFormat PF_Alpha = 3, // 1 byte alpha channel. }; -#endif SPECTRE_GRAPHICS_PIXELFORMAT_H +#endif /* SPECTRE_GRAPHICS_PIXELFORMAT_H */