diff options
author | Julien Cristau <jcristau@debian.org> | 2009-02-16 21:56:03 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-02-16 23:08:09 +0100 |
commit | ab331aa76f0bc6a85a519b2deaafa4ce8a070c53 (patch) | |
tree | ce96413a3c660d02144faa707e220bf569998e49 /hw/xfree86/modes | |
parent | f5bf1fdaf36163d5c2f1b9b51df96326ebbb0e9c (diff) |
xfree86: ModeDebug is a boolean, not a string
Signed-off-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'hw/xfree86/modes')
-rw-r--r-- | hw/xfree86/modes/xf86Crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index f65246ef4..7226f4fbb 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -475,7 +475,7 @@ enum { }; static OptionInfoRec xf86DeviceOptions[] = { - {OPTION_MODEDEBUG, "ModeDebug", OPTV_STRING, {0}, FALSE }, + {OPTION_MODEDEBUG, "ModeDebug", OPTV_BOOLEAN, {0}, FALSE }, {-1, NULL, OPTV_NONE, {0}, FALSE }, }; |