Nuked wrong break in -display option parsing

Resulted in server display number not parsed if specified after a
-display option.
This commit is contained in:
Matthias Hopf 2008-03-14 15:51:10 +01:00
parent 5934d2734d
commit 20ec777bcb

View file

@ -2311,8 +2311,6 @@ xglxProcessArgument (int argc,
{
if (++j < argc)
xDisplayName = argv[j];
break;
}
else if (argv[j][0] == ':')
{