mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: continue
This commit is contained in:
parent
e4ec1a18e2
commit
52a972b26a
@ -296,7 +296,7 @@ CFG_RW *NewCfgRwEx2W(FOLDER **root, wchar_t *cfg_name, bool dont_backup, wchar_t
|
|||||||
{
|
{
|
||||||
loaded_from_template = true;
|
loaded_from_template = true;
|
||||||
|
|
||||||
goto LABEL_CONTIUNE;
|
goto LABEL_CONTINUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -311,7 +311,7 @@ CFG_RW *NewCfgRwEx2W(FOLDER **root, wchar_t *cfg_name, bool dont_backup, wchar_t
|
|||||||
return rw;
|
return rw;
|
||||||
}
|
}
|
||||||
|
|
||||||
LABEL_CONTIUNE:
|
LABEL_CONTINUE:
|
||||||
rw = ZeroMalloc(sizeof(CFG_RW));
|
rw = ZeroMalloc(sizeof(CFG_RW));
|
||||||
rw->FileNameW = CopyUniStr(cfg_name);
|
rw->FileNameW = CopyUniStr(cfg_name);
|
||||||
rw->FileName = CopyUniToStr(cfg_name);
|
rw->FileName = CopyUniToStr(cfg_name);
|
||||||
|
Loading…
Reference in New Issue
Block a user