From df16ebd7301a989c813c26ab2e21163d361ee236 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 19 Dec 2011 17:48:04 +0000 Subject: (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style --- src/base_media_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base_media_base.h') diff --git a/src/base_media_base.h b/src/base_media_base.h index 60647ef98..e81612d69 100644 --- a/src/base_media_base.h +++ b/src/base_media_base.h @@ -194,7 +194,7 @@ enum GraphicsFileType { GFT_TROPICAL, ///< Landscape replacement sprites for tropical GFT_TOYLAND, ///< Landscape replacement sprites for toyland GFT_EXTRA, ///< Extra sprites that were not part of the original sprites - MAX_GFT ///< We are looking for this amount of GRFs + MAX_GFT, ///< We are looking for this amount of GRFs }; /** Blitter type for base graphics sets. */ -- cgit v1.2.3-54-g00ecf