mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 09:46:35 +02:00
Fix ONLINE_CHAR being identical to OFFLINE_CHAR
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
#define T_KEY_C_Y 0x19 /* ctrl-y */
|
||||
|
||||
#define ONLINE_CHAR "*"
|
||||
#define OFFLINE_CHAR "*"
|
||||
#define OFFLINE_CHAR "o"
|
||||
|
||||
typedef enum _FATAL_ERRS {
|
||||
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
|
||||
|
Reference in New Issue
Block a user