removed extra tabs in the help function.

It was
function()
{
						blah
}

changed it to just
function()
{
	blah
}

Kent
This commit is contained in:
2003-07-03 13:53:11 +00:00
parent a41069b954
commit 77213f7da6

View File

@@ -158,9 +158,6 @@ static void print_help(void)
printf (" -g nomipmap\t\tNo Texture Mipmapping\n"); printf (" -g nomipmap\t\tNo Texture Mipmapping\n");
printf (" -g linearmipmap\tLinear Texture Mipmapping instead of Nearest (default)\n"); printf (" -g linearmipmap\tLinear Texture Mipmapping instead of Nearest (default)\n");
printf ("\nMisc options:\n"); printf ("\nMisc options:\n");
printf (" -d\t\tTurn debugging on\n"); printf (" -d\t\tTurn debugging on\n");
printf (" -noaudio\tDisable audio on systems that support audio\n"); printf (" -noaudio\tDisable audio on systems that support audio\n");