Changeset 931

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

Fix another OS X warning.

Files:

Legend:

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

    r925 r931  
    13061306 
    13071307        /* Cancel the various "global parameters" */ 
    1308         inkey_base = inkey_xtra = inkey_flag = inkey_scan = FALSE; 
    1309  
     1308        inkey_base = inkey_xtra = inkey_flag = FALSE; 
     1309        inkey_scan = 0; 
    13101310 
    13111311        /* Return the keypress */