1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:27:45 +02:00

Fix ONLINE_CHAR being identical to OFFLINE_CHAR

This commit is contained in:
Zetok Zalbavar 2014-07-28 01:16:54 +01:00
parent 7566aa9d26
commit 7a7e4f573a

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