Changeset 54 for trunk/src


Ignore:
Timestamp:
Jul 31, 2006, 11:40:27 PM (18 years ago)
Author:
rainer
Message:

Fix compile problem for stealth mode w\database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_database.c

    r45 r54  
    14271427
    14281428#ifdef SH_STEALTH
    1429   int     j, k;
     1429  int     k;
    14301430
    14311431  if (first == S_FALSE)
     
    14481448
    14491449#else
     1450
     1451  if (first == S_FALSE)
     1452    return;
    14501453
    14511454  i = 0;
Note: See TracChangeset for help on using the changeset viewer.