From 2ac7d06a503b256b290678f5bba158bf7d219bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 4 Aug 2022 16:26:27 +0200 Subject: Add comments. --- c/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/debug.cpp') diff --git a/c/debug.cpp b/c/debug.cpp index 934533b..35f8933 100644 --- a/c/debug.cpp +++ b/c/debug.cpp @@ -66,7 +66,7 @@ Benchmark::~Benchmark() } } -const char* MsgName(const unsigned uMsg) +const char* WmName(const unsigned uMsg) { static const unsigned vKey[] = { 0, 1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, -- cgit v1.2.3