mirror of
https://github.com/pleonex/NitroDebugger.git
synced 2025-06-18 21:25:42 -04:00
Fix typo that don't compile.
Why chars are not implicit casted to string?
This commit is contained in:
parent
c1231437e5
commit
5951284dfa
@ -25,7 +25,7 @@ namespace NitroDebugger.RSP.Packets
|
|||||||
public class ReadRegisters : CommandPacket
|
public class ReadRegisters : CommandPacket
|
||||||
{
|
{
|
||||||
public ReadRegisters()
|
public ReadRegisters()
|
||||||
: base('g')
|
: base("g")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user