canbaby wrote:
> On 11/09/2010 10:07 AM, James Jones wrote:
>>       }
>> @@ -2073,6 +2244,7 @@ SyncExtensionInit(void)
>>       }
>>       RTAlarm = CreateNewResourceType(FreeAlarm, "SyncAlarm");
>>       RTAwait = CreateNewResourceType(FreeAwait, "SyncAwait");
>> +    RTFence = CreateNewResourceType(FreeFence, "SyncFence");
>>       if (RTAwait)
>>       RTAwait |= RC_NEVERRETAIN;
>>       RTAlarmClient = CreateNewResourceType(FreeAlarmClient,
>> "SyncAlarmClient");
> this line should move down one line.

You mean two lines?   One line would put it in the middle of the if statement,
breaking the if clause.


-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to