diff options
author | 2021-10-29 14:33:45 +0200 | |
---|---|---|
committer | 2021-10-29 14:33:58 +0200 | |
commit | e3d8cb0883370eb3408432a261c634013a0e391d (patch) | |
tree | a609ff5bb15d6e1b4a6fa59441466497ffb901bf /src/tools/testkeys.cpp | |
parent | 4ea2a2d528fd3242b34b6c0568baf35b915dd889 (diff) |
selmenu: fix wrongly placed messagebox
Diffstat (limited to 'src/tools/testkeys.cpp')
-rw-r--r-- | src/tools/testkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/testkeys.cpp b/src/tools/testkeys.cpp index c963f948a67..8e262733302 100644 --- a/src/tools/testkeys.cpp +++ b/src/tools/testkeys.cpp @@ -3,7 +3,7 @@ // testkeys.cpp - A small utility to analyze SDL keycodes // // Copyright (c) 1996-2021, Nicola Salmoria and the MAME Team. -// Visit http://mamedev.org for licensing and usage restrictions. +// Visit https://mamedev.org for licensing and usage restrictions. // // SDLMAME by Olivier Galibert and R. Belmont // testkeys by couriersud |