From 43dcdda3bbf850036c2bf547f6ce6a12e66a9fd3 Mon Sep 17 00:00:00 2001 From: shimitei Date: Tue, 27 Apr 2021 20:53:43 +0900 Subject: [PATCH] =?utf8?q?[Fix]=20=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88?= =?utf8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main-win/graphics-win.cpp | 2 +- src/main-win/graphics-win.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main-win/graphics-win.cpp b/src/main-win/graphics-win.cpp index 920ad9fdb..6502bd4fd 100644 --- a/src/main-win/graphics-win.cpp +++ b/src/main-win/graphics-win.cpp @@ -1,5 +1,5 @@ /*! - * @file read-graphics.cpp + * @file graphics-win.cpp * @brief Windows版固有実装(イメージファイルの読み込み) */ diff --git a/src/main-win/graphics-win.h b/src/main-win/graphics-win.h index 840ecb316..6bd1871f6 100644 --- a/src/main-win/graphics-win.h +++ b/src/main-win/graphics-win.h @@ -1,6 +1,6 @@ #pragma once /*! - * @file read-graphics.h + * @file graphics-win.h * @brief Windows版固有実装(イメージファイルの読み込み)ヘッダ */ -- 2.11.0