[ttssh2-commit] [9924] Fix typo

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2022年 5月 15日 (日) 00:29:14 JST


Revision: 9924
          https://osdn.net/projects/ttssh2/scm/svn/commits/9924
Author:   zmatsuo
Date:     2022-05-15 00:29:13 +0900 (Sun, 15 May 2022)
Log Message:
-----------
Fix typo

- VT_CONTROL -> VK_CONTROL

Modified Paths:
--------------
    trunk/teraterm/teraterm/debug_pp.cpp

-------------- next part --------------
Modified: trunk/teraterm/teraterm/debug_pp.cpp
===================================================================
--- trunk/teraterm/teraterm/debug_pp.cpp	2022-05-14 15:29:04 UTC (rev 9923)
+++ trunk/teraterm/teraterm/debug_pp.cpp	2022-05-14 15:29:13 UTC (rev 9924)
@@ -52,7 +52,7 @@
 	WORD key_code;
 	const char *key_str;
 } key_list[] = {
-	{VK_CONTROL, "VT_CONTROL"},
+	{VK_CONTROL, "VK_CONTROL"},
 	{VK_SHIFT, "VK_SHIFT"},
 };
 


ttssh2-commit メーリングリストの案内
Back to archive index