1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00

Merge pull request #204 from zetok/symbol

Fix ONLINE_CHAR being identical to OFFLINE_CHAR
This commit is contained in:
JFreegman 2014-07-28 13:39:40 -04:00
commit efe61e32e2

View File

@ -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 */