[PATCH 7/8] Make the RECORD and DBE extensions builtin
Fernando Carrijo
fcarrijo.lists at gmail.com
Mon Aug 30 17:15:10 PDT 2010
Tomas Carnecky <tom at dbservice.com> wrote:
> On 8/29/10 7:01 PM, Fernando Carrijo wrote:
> > Tomas Carnecky <tom at dbservice.com> wrote:
> >
> >> diff --git a/mi/miinitext.c b/mi/miinitext.c
> >> index 5ad7a39..e6f150f 100644
> >> --- a/mi/miinitext.c
> >> +++ b/mi/miinitext.c
> >> @@ -532,6 +532,12 @@ static ExtensionModule staticExtensions[] = {
> >> #ifdef XSELINUX
> >> { SELinuxExtensionInit, SELINUX_EXTENSION_NAME, &noSELinuxExtension, NULL, NULL },
> >> #endif
> >> +#ifdef RECORD
> >> + { RecordExtensionInit, "RECORD", &noTestExtensions, NULL, NULL ),
> > ^
> > A small typo right above.
>
> That is not a typo, in the origial code both XTEST and RECORD use
> noTestExtension.
I meant, you closed a curly brace with a parenthesis.
Unless my eyes are making a fool of myself; which is not unusual.
More information about the xorg-devel
mailing list