From 20830401ec259ef09357c1318cf31e9823de0ad2 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 19 Sep 2024 16:50:27 +0200 Subject: [PATCH] mhd_panic.c: fixed typo in doxy --- src/mhd2/mhd_panic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mhd2/mhd_panic.c b/src/mhd2/mhd_panic.c index 461012ab..037dcb1b 100644 --- a/src/mhd2/mhd_panic.c +++ b/src/mhd2/mhd_panic.c @@ -19,7 +19,7 @@ */ /** - * @file src/mhd2/mhd_panic.h + * @file src/mhd2/mhd_panic.c * @brief mhd_panic() and MHD_lib_set_panic_func() implementations * @author Karlson2k (Evgeny Grin) */