Changeset 930 for trunk/src/cmd3.c

Show
Ignore:
Timestamp:
05/17/08 11:34:20 (6 months ago)
Author:
takkaria
Message:

Clear up yet more warnings and whitespace issues.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/cmd3.c

    r918 r930  
    714714bool ang_sort_comp_hook(const void *u, const void *v, int a, int b) 
    715715{ 
    716         u16b *who = (u16b*)(u); 
    717  
    718         u16b *why = (u16b*)(v); 
     716        u16b *who = (const u16b *)(u); 
     717        u16b *why = (const u16b *)(v); 
    719718 
    720719        int w1 = who[a];