1
0
Fork 0
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:
Brian Palmer 2001-06-08 23:20:14 +00:00
parent 1d9101d6ea
commit dc36f333cf

View file

@ -115,7 +115,7 @@ void BootMain(void)
break; break;
} }
DrawBackdrop() DrawBackdrop();
} }
MessageBox("Press any key to reboot."); MessageBox("Press any key to reboot.");