Fixed & character usage in authors string text in about window.

This commit is contained in:
Matthew Budd 2020-05-10 16:42:45 -04:00
parent 73a4efcad9
commit d87d5b2271
1 changed files with 2 additions and 2 deletions

View File

@ -1443,8 +1443,8 @@ const char* Authors[]= {
" Luke Gustafson", " _mz", " UncombedCoconut", " DwEdit", " AnS", "rainwarrior", "feos",
"Pre 2.0 Guys:",
" Bero", " Xodnizel", " Aaron Oneal", " Joe Nahmias",
" Paul Kuliniewicz", " Quietust", " Ben Parnell", " Parasyte & bbitmaster",
" blip & nitsuja",
" Paul Kuliniewicz", " Quietust", " Ben Parnell", " Parasyte & bbitmaster",
" blip & nitsuja",
"Included components:",
" Mitsutaka Okazaki - YM2413 emulator", " Andrea Mazzoleni - Scale2x/Scale3x scalers", " Gilles Vollant - unzip.c PKZIP fileio",
NULL};