mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 19:56:45 +02:00
Fix typedef enums and potential uninitialised value.
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
#define MAX_LINE_INFO_QUEUE 1024
|
||||
#define MAX_LINE_INFO_MSG_SIZE MAX_STR_SIZE + TOXIC_MAX_NAME_LENGTH + 32 /* needs extra room for log loading */
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
SYS_MSG,
|
||||
IN_MSG,
|
||||
OUT_MSG,
|
||||
|
Reference in New Issue
Block a user