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/xtest.c | |
parent | 140a4660aca1c283613d5b62f51668b44b45baf6 (diff) |
registry: Fix some mistakes in the reversion of prior commits.
Diffstat (limited to 'Xext/xtest.c')
-rw-r--r-- | Xext/xtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xtest.c b/Xext/xtest.c index 8e1732cd2..db6d54543 100644 --- a/Xext/xtest.c +++ b/Xext/xtest.c @@ -86,7 +86,7 @@ XTestExtensionInit(INITARGS) { AddExtension(XTestExtensionName, 0, 0, ProcXTestDispatch, SProcXTestDispatch, - XTestResetProc, StandardMinorOpcode)) + XTestResetProc, StandardMinorOpcode); } /*ARGSUSED*/ |