Skip to content

Commit e619ae5

Browse files
Merge pull request #27 from Flixl7/main
fixed horrible readability error
2 parents 9aa1db3 + 0437c02 commit e619ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Oculus Downgrader/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public void Menu()
326326
Console.WriteLine("[11] Direct execute");
327327
Console.WriteLine("[12] Open graphical ui");
328328
Console.WriteLine("[13] Settings");
329-
Console.WriteLine("[14] Exit");
329+
Console.WriteLine("[14] Exit");
330330
string choice = ConsoleUiController.QuestionString("Choice: ");
331331
Logger.Log("User choose option " + choice);
332332
switch (choice)

0 commit comments

Comments
 (0)