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
+1 -1
View File
@@ -115,7 +115,7 @@ void BootMain(void)
break;
}
DrawBackdrop()
DrawBackdrop();
}
MessageBox("Press any key to reboot.");