Fix type definitions
This commit is contained in:
parent
715095934c
commit
12c860a28c
@ -554,7 +554,7 @@ struct _ovride {
|
||||
#define MA_SHARED (MA_ECHO | MA_CONF)
|
||||
|
||||
|
||||
typedef struct _msgarea {
|
||||
struct _msgarea {
|
||||
|
||||
word cbArea; /* Length of THIS INDIVIDUAL RECORD 0*/
|
||||
word num_override; /* Number of overrides following this record 2*/
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
static bool comment_char = '#';
|
||||
static char comment_char = '#';
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user