mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix errant space in variable name
This commit is contained in:
@@ -14,6 +14,15 @@ namespace MPF.Check
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
// TEMP SHIT CODE
|
||||
|
||||
Drive drive = Drive.Create(InternalDriveType.Optical, "D:\\");
|
||||
byte[] data = drive.ReadSector(0);
|
||||
Console.WriteLine(data);
|
||||
|
||||
// END TEMP SHIT CODE
|
||||
|
||||
|
||||
// Try processing the standalone arguments
|
||||
if (ProcessStandaloneArguments(args))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user