Correct the mode name in Modes.cpp.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6860 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-07-03 12:56:05 +00:00
parent de9da22176
commit d375f0c874
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace
"ISCAT",
"JTMSK",
"MSK144",
"QRA"
"QRA64"
};
std::size_t constexpr mode_names_size = sizeof (mode_names) / sizeof (mode_names[0]);
}