From e98d38816e0b4cd75265ec741b4dc4d8b144ed25 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 23:09:09 +0500 Subject: Replace #endif comments because it bothers me --- src/game/client/voxel_anims.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/voxel_anims.hh') diff --git a/src/game/client/voxel_anims.hh b/src/game/client/voxel_anims.hh index 5d6b9f9..fe0b75f 100644 --- a/src/game/client/voxel_anims.hh +++ b/src/game/client/voxel_anims.hh @@ -14,4 +14,4 @@ void init(void); void update(void); } // namespace voxel_anims -#endif /* CLIENT_VOXEL_ANIMS_HH */ +#endif // CLIENT_VOXEL_ANIMS_HH -- cgit