From 6363013dd8537a6d8321b4ab9dd4b9f1a3c922b8 Mon Sep 17 00:00:00 2001 From: Benoit Jacquier Date: Sat, 27 Aug 2022 19:45:14 +0200 Subject: [PATCH] style fix --- core/image/common.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/image/common.odin b/core/image/common.odin index f0cb491a2..7caba4fca 100644 --- a/core/image/common.odin +++ b/core/image/common.odin @@ -380,7 +380,7 @@ QOI_Info :: struct { TGA_Data_Type :: enum u8 { Uncompressed_RGB = 2, - Compressed_RBB = 10 + Compressed_RBB = 10, } TGA_Header :: struct #packed {