From fe8a9a6f1e692ec0a8dd80e5ae6e8e60e65c1907 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Fri, 5 Jul 2019 08:02:23 +0200 Subject: CRYOMNI3D: Fix Travis warning about comma at the end of list --- engines/cryomni3d/cryomni3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h index fa60cdbfd7..20f8371147 100644 --- a/engines/cryomni3d/cryomni3d.h +++ b/engines/cryomni3d/cryomni3d.h @@ -69,7 +69,7 @@ enum CryOmni3DGameType { enum CryOmni3DGameFeatures { GF_VERSAILLES_NUMERICFONTS = (1 << 0), // Fonts are font01.crf, ... - GF_VERSAILLES_AUDIOPADDING = (1 << 1), // Audio files have underscore padding before extension + GF_VERSAILLES_AUDIOPADDING = (1 << 1) // Audio files have underscore padding before extension }; struct CryOmni3DGameDescription; -- cgit v1.2.3