Tomas Carnecky <[email protected]> wrote: > On 8/29/10 7:01 PM, Fernando Carrijo wrote: > > Tomas Carnecky <[email protected]> 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. _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
