mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
Forgot to add a semi-colon at end of statement
svn path=/trunk/; revision=1954
This commit is contained in:
parent
1d9101d6ea
commit
dc36f333cf
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void BootMain(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
DrawBackdrop()
|
DrawBackdrop();
|
||||||
}
|
}
|
||||||
|
|
||||||
MessageBox("Press any key to reboot.");
|
MessageBox("Press any key to reboot.");
|
||||||
|
|
Loading…
Reference in a new issue