xkbcomp: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Feb 29 12:32:41 PST 2008


 compat.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit c1cc023fc50ce3a4a23f4682ebefd2301fd13170
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Feb 29 15:30:34 2008 -0500

    Bug #7645: Fix a conditional that always evaluates to FALSE.
    
    Since it's if (0 || foo), simplify to if (foo).



More information about the xorg-commit mailing list