aboutsummaryrefslogtreecommitdiff
path: root/c/debug.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-04 16:26:27 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-04 17:25:01 +0200
commit2ac7d06a503b256b290678f5bba158bf7d219bdd (patch)
tree86abdf303f8a3059efbd040c6eae95accf5b432c /c/debug.cpp
parent407b6cab4093b3c0ee23412ac07cf83fd9f03b82 (diff)
downloadEpisodeBrowser-2ac7d06a503b256b290678f5bba158bf7d219bdd.tar.gz
Add comments.
Diffstat (limited to 'c/debug.cpp')
-rw-r--r--c/debug.cpp2
1 files changed, 1 insertions, 1 deletions
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,