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

fix encryption API breakage

This commit is contained in:
Jfreegman
2015-03-31 21:56:11 -04:00
parent eaea68c33e
commit e998c8a866
3 changed files with 59 additions and 50 deletions

View File

@ -83,7 +83,7 @@ typedef enum _FATAL_ERRS {
FATALERR_WININIT = -9, /* window init failed */
FATALERR_PROXY = -10, /* Tox network failed to init using a proxy */
FATALERR_ENCRYPT = -11, /* Data file encryption failure */
FATALERR_TOX_INIT = -12, /* Tox instance failed to initialize */
FATALERR_TOX_INIT = -12, /* Tox instance failed to initialize */
} FATAL_ERRS;
/* Fixes text color problem on some terminals.