Fix InvalidMemoryState error code
This commit is contained in:
parent
150e8c6e07
commit
1b066b31bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
static class LoaderErr
|
static class LoaderErr
|
||||||
{
|
{
|
||||||
public const int InvalidMemoryState = 52;
|
public const int InvalidMemoryState = 51;
|
||||||
public const int InvalidNro = 52;
|
public const int InvalidNro = 52;
|
||||||
public const int InvalidNrr = 53;
|
public const int InvalidNrr = 53;
|
||||||
public const int MaxNro = 55;
|
public const int MaxNro = 55;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue