mirror of
https://github.com/Tha14/toxic.git
synced 2024-12-23 18:03:25 +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 T_KEY_C_Y 0x19 /* ctrl-y */
|
||||||
|
|
||||||
#define ONLINE_CHAR "*"
|
#define ONLINE_CHAR "*"
|
||||||
#define OFFLINE_CHAR "*"
|
#define OFFLINE_CHAR "o"
|
||||||
|
|
||||||
typedef enum _FATAL_ERRS {
|
typedef enum _FATAL_ERRS {
|
||||||
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
|
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
|
||||||
|
Loading…
Reference in New Issue
Block a user