x2gokdriveinit.c: fix parsing of compat options which don't take a value.
-nomagicpixel
, -autograb
and -autodpi
are compat options that don't take
a value.
The previous code expected one and ate it up, which was wrong and lead to parsing errors later on.