Skip to content

Commit

Permalink
only cosmetic, no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jul 11, 2023
1 parent 52ad06b commit 7084dbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/driver/audiodec/mp3dec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1084,9 +1084,9 @@ void CMP3Dec::GetID3(FILE *in, CAudioMetaData *const m)
} const info[] =
{
{ ID3_FRAME_TITLE, "Title"},
{ "TIT3", 0}, /* Subtitle */
{ "TCOP", 0,}, /* Copyright */
{ "TPRO", 0,}, /* Produced */
{ "TIT3", 0}, /* Subtitle */
{ "TCOP", 0}, /* Copyright */
{ "TPRO", 0}, /* Produced */
{ "TCOM", "Composer"},
{ ID3_FRAME_ARTIST, "Artist"},
{ "TPE2", "Orchestra"},
Expand Down
2 changes: 1 addition & 1 deletion src/gui/widget/keyboard_keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static std::string keys_english[2][KEY_ROWS][KEY_COLUMNS] =
{ "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "<", ">", "?", " " }
},
{
{ "~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "§", },
{ "~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "§" },
{ "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "{", "}", "{", "}" },
{ "A", "S", "D", "F", "G", "H", "J", "K", "L", ";", "\'", "\\", ":", "\"" },
{ "Z", "X", "C", "V", "B", "N", "M", ",", ".", "/", "<", ">", "?", " " }
Expand Down

0 comments on commit 7084dbb

Please sign in to comment.