From 120afd29f336ea2232a54fdbff7affbaa250f374 Mon Sep 17 00:00:00 2001 From: Rito12 <111280526+Rito13@users.noreply.github.com> Date: Wed, 12 Nov 2025 17:42:11 +0100 Subject: [PATCH] Codefix 394adb6: Make newgrf_badge_gui.cpp file docs compatible with the file name. (#14770) --- src/newgrf_badge_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf_badge_gui.h b/src/newgrf_badge_gui.h index bd47f05aaf..e603308094 100644 --- a/src/newgrf_badge_gui.h +++ b/src/newgrf_badge_gui.h @@ -5,7 +5,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -/** @file newgrf_badge.h Functions related to NewGRF badges. */ +/** @file newgrf_badge_gui.h GUI functions related to NewGRF badges. */ #ifndef NEWGRF_BADGE_GUI_H #define NEWGRF_BADGE_GUI_H