mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-14 21:36:39 +01:00
Fix typedef enums and potential uninitialised value.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#define CHATBOX_HEIGHT 2
|
||||
|
||||
/* Curses foreground colours (background is black) */
|
||||
enum {
|
||||
typedef enum {
|
||||
WHITE,
|
||||
GREEN,
|
||||
CYAN,
|
||||
|
||||
Reference in New Issue
Block a user