Fix the name and type of helpserv_bot.persist_types[].
authorMichael Poole <mdpoole@troilus.org>
Tue, 3 May 2011 02:21:19 +0000 (22:21 -0400)
committerMichael Poole <mdpoole@troilus.org>
Tue, 3 May 2011 02:21:19 +0000 (22:21 -0400)
commit671a213e001f8317536101c7ea63cb0e6de04175
treeefc7d91faa9f7b984174f4639e1013299fea6eec
parentc1b89eba62707ffc6f6daf8e818036dec3dfbc2a
Fix the name and type of helpserv_bot.persist_types[].

This array really contains persistence lengths.  gcc 4.5.2 complains
about the mismatched comparisons.

src/mod-helpserv.c (struct helpserv_bot): Rename persist_types to
    persist_lengths.  Change its type to enum persistence_length.
src/mod-helpserv.c