From 01ff098f0efa69d2fad0f3ef4d871c1be228f0bc Mon Sep 17 00:00:00 2001 From: Hourier Date: Tue, 21 Apr 2020 17:52:19 +0900 Subject: [PATCH] [Fix] Changed comments param to todo in show-file.c --- src/core/show-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/show-file.c b/src/core/show-file.c index f76f185b4..7b319e697 100644 --- a/src/core/show-file.c +++ b/src/core/show-file.c @@ -4,7 +4,7 @@ #include "term.h" /*! - * @param 表示とそれ以外を分割する + * todo 表示とそれ以外を分割する * @brief ファイル内容の一行をコンソールに出力する * Display single line of on-line help file * @param str 出力する文字列 @@ -96,7 +96,7 @@ static void show_file_aux_line(concptr str, int cy, concptr shower) /*! - * @param 表示とそれ以外を分割する + * todo 表示とそれ以外を分割する * @brief ファイル内容をコンソールに出力する * Recursive file perusal. * @param creature_ptr プレーヤーへの参照ポインタ -- 2.11.0