Fix type definitions

This commit is contained in:
Stas Degteff 2005-08-26 23:12:29 +00:00
parent 715095934c
commit 12c860a28c
2 changed files with 10 additions and 10 deletions

View File

@ -554,7 +554,7 @@ struct _ovride {
#define MA_SHARED (MA_ECHO | MA_CONF) #define MA_SHARED (MA_ECHO | MA_CONF)
typedef struct _msgarea { struct _msgarea {
word cbArea; /* Length of THIS INDIVIDUAL RECORD 0*/ word cbArea; /* Length of THIS INDIVIDUAL RECORD 0*/
word num_override; /* Number of overrides following this record 2*/ word num_override; /* Number of overrides following this record 2*/

View File

@ -34,7 +34,7 @@
// ------------------------------------------------------------------ // ------------------------------------------------------------------
static bool comment_char = '#'; static char comment_char = '#';
// ------------------------------------------------------------------ // ------------------------------------------------------------------