mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-17 17:23:01 +01:00
Merge pull request #204 from zetok/symbol
Fix ONLINE_CHAR being identical to OFFLINE_CHAR
This commit is contained in:
commit
efe61e32e2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user