Remove quotes from @Run/LoadType_FFB/FD1
An issue was raised with the new BASICtxt aliases. This patch should fix it.
FileSwBody: Quotes in an alias mean If "<Alias$@RunType_FD1>" = "" Then ... doesn't work. The quotes aren't necessary, because filenames can't have spaces in anyway.
Tested on Linux and RPCEmu, boots and fixes above issue.