summaryrefslogtreecommitdiff
path: root/Xext/xcmisc.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-20 18:58:55 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-20 18:58:55 -0500
commit4363d70c6b420648b501126d1fbdebfafc7ae09f (patch)
treef8c92ad18614d6163e8ce166da685e54f8ac69a1 /Xext/xcmisc.c
parent140a4660aca1c283613d5b62f51668b44b45baf6 (diff)
registry: Fix some mistakes in the reversion of prior commits.
Diffstat (limited to 'Xext/xcmisc.c')
-rw-r--r--Xext/xcmisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c
index 44d2b19a6..a42d2e210 100644
--- a/Xext/xcmisc.c
+++ b/Xext/xcmisc.c
@@ -66,7 +66,7 @@ XCMiscExtensionInit(INITARGS)
{
AddExtension(XCMiscExtensionName, 0, 0,
ProcXCMiscDispatch, SProcXCMiscDispatch,
- XCMiscResetProc, StandardMinorOpcode))
+ XCMiscResetProc, StandardMinorOpcode);
}
/*ARGSUSED*/