aboutsummaryrefslogtreecommitdiff
path: root/easy-tg.h
diff options
context:
space:
mode:
Diffstat (limited to 'easy-tg.h')
-rw-r--r--easy-tg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-tg.h b/easy-tg.h
index 64e2649..04bddca 100644
--- a/easy-tg.h
+++ b/easy-tg.h
@@ -14,7 +14,7 @@
#define TG_LOGIN_PW 9 /* Need to input the password. */
#define TG_LOGIN_REG 10 /* Need to register. */
#define TG_PARAMS 11 /* Need to provide TDLib parameters. */
-#define TG_ERROR 12 /* TDLib returns an error. td_errno = code, r1 = extra, r2 = msg. */
+#define TG_ERROR 12 /* TDLib returns an error. tg_errno = code, r1 = extra, r2 = msg. */
#define TG_SYSERR 13 /* EasyTD encounters an error. */
#define TG_CONNECTION 14 /* Telegram connection state update. tg_errno = code, r1 = raw type */