diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-20 18:58:55 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-20 18:58:55 -0500 |
commit | 4363d70c6b420648b501126d1fbdebfafc7ae09f (patch) | |
tree | f8c92ad18614d6163e8ce166da685e54f8ac69a1 /Xext/dpms.c | |
parent | 140a4660aca1c283613d5b62f51668b44b45baf6 (diff) |
registry: Fix some mistakes in the reversion of prior commits.
Diffstat (limited to 'Xext/dpms.c')
-rw-r--r-- | Xext/dpms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/dpms.c b/Xext/dpms.c index d518a16cc..6f01fa348 100644 --- a/Xext/dpms.c +++ b/Xext/dpms.c @@ -75,7 +75,7 @@ DPMSExtensionInit(INITARGS) { AddExtension(DPMSExtensionName, 0, 0, ProcDPMSDispatch, SProcDPMSDispatch, - DPMSResetProc, StandardMinorOpcode))) + DPMSResetProc, StandardMinorOpcode); } /*ARGSUSED*/ |