1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 06:46:45 +02:00

small visual adjustment to progress bar

This commit is contained in:
Jfreegman
2014-07-28 19:36:30 -04:00
parent efe61e32e2
commit ca7110b37c
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
#define OFFLINE_CHAR "o"
typedef enum _FATAL_ERRS {
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
FATALERR_MEMORY = -1, /* heap memory allocation failed */
FATALERR_FREAD = -2, /* fread() failed on critical read */
FATALERR_THREAD_CREATE = -3, /* thread creation failed */
FATALERR_MUTEX_INIT = -4, /* mutex init failed */