Fix typo that don't compile.

Why chars are not implicit casted to string?
This commit is contained in:
Benito Palacios Sánchez 2015-03-15 12:40:20 +01:00
parent c1231437e5
commit 5951284dfa

View File

@ -25,7 +25,7 @@ namespace NitroDebugger.RSP.Packets
public class ReadRegisters : CommandPacket
{
public ReadRegisters()
: base('g')
: base("g")
{
}