Changeset 199 for trunk/src/sh_hash.c


Ignore:
Timestamp:
Nov 26, 2008, 11:46:43 PM (16 years ago)
Author:
katerina
Message:

While we're at it, implement 'else' cor the config file conditionals. Also fix some compile warnings and improve docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r185 r199  
    11391139  char hashbuf[KEYBUF_SIZE];
    11401140
    1141   int  retval  = 0;
    1142   int  exitval = EXIT_SUCCESS;
     1141  volatile int  retval  = 0;
     1142  volatile int  exitval = EXIT_SUCCESS;
    11431143
    11441144  SL_ENTER(_("sh_hash_init"));
Note: See TracChangeset for help on using the changeset viewer.