1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 06:36:35 +01:00

Convert deprecated uppercase enums to camelcase

This commit is contained in:
jfreegman
2018-10-09 23:06:57 -04:00
parent 94d22a8853
commit 0fea930c24
26 changed files with 107 additions and 103 deletions

View File

@@ -30,7 +30,7 @@
void cmd_set_title(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
{
TOX_ERR_CONFERENCE_TITLE err;
Tox_Err_Conference_Title err;
char title[MAX_STR_SIZE];
if (argc < 1) {