Changeset 2039 for Whitix

Show
Ignore:
Timestamp:
04/03/09 19:02:01 (3 years ago)
Author:
mwhitworth
Message:

Fix result check warning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/arch/i386/kernel/pit.c

    r1941 r2039  
    6363        outb(0x40, LATCH >> 8); 
    6464 
    65         IrqAdd(0, PitInterrupt, NULL); 
    66  
    67         return 0; 
     65        return IrqAdd(0, PitInterrupt, NULL); 
    6866}