mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[USETUP] Work around GCC's complaints (will be fixed properly later on).
This commit is contained in:
parent
08924c1850
commit
6c94e4f487
1 changed files with 1 additions and 1 deletions
|
@ -3519,7 +3519,7 @@ FormatPartitionPage(PINPUT_RECORD Ir)
|
||||||
"\n"
|
"\n"
|
||||||
" \x07 Press ENTER to continue Setup.\n"
|
" \x07 Press ENTER to continue Setup.\n"
|
||||||
" \x07 Press F3 to quit Setup.",
|
" \x07 Press F3 to quit Setup.",
|
||||||
PartEntry->FileSystem);
|
SelectedFileSystem->FileSystem /* PartEntry->FileSystem */);
|
||||||
|
|
||||||
PopupError(Buffer,
|
PopupError(Buffer,
|
||||||
MUIGetString(STRING_QUITCONTINUE),
|
MUIGetString(STRING_QUITCONTINUE),
|
||||||
|
|
Loading…
Reference in a new issue