Changeset 950 for trunk/src/cmd3.c

Show
Ignore:
Timestamp:
05/23/08 18:31:21 (5 months ago)
Author:
takkaria
Message:

Fix some constness warnings.

Files:

Legend:

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

    r930 r950  
    714714bool ang_sort_comp_hook(const void *u, const void *v, int a, int b) 
    715715{ 
    716         u16b *who = (const u16b *)(u); 
    717         u16b *why = (const u16b *)(v); 
     716        const u16b *who = (const u16b *)(u); 
     717        const u16b *why = (const u16b *)(v); 
    718718 
    719719        int w1 = who[a];