Missed a copy-paste change

This commit is contained in:
Matt Nadareski
2016-04-03 03:09:55 -07:00
parent 4aab2bf0e2
commit 9e3ce0fd53

View File

@@ -627,7 +627,7 @@ or 'b' to go back to the previous menu:
if (selection.ToLowerInvariant() != "b")
{
Console.Clear();
InitConvertXML(selection);
InitConvertRV(selection);
Console.Write("\nPress any key to continue...");
Console.ReadKey();
}