1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 01:06:44 +02:00

Improve readability of defines

This commit is contained in:
jfreegman
2018-10-08 13:39:04 -04:00
parent f90a774470
commit 63cc23401a
34 changed files with 69 additions and 74 deletions

View File

@ -900,7 +900,7 @@ void *thread_av(void *data)
usleep(toxav_iteration_interval(av) * 1000);
}
}
#endif /* AUDIO */
#endif /* AUDIO */
static void print_usage(void)
{
@ -1273,7 +1273,7 @@ int main(int argc, char **argv)
queue_init_message("X failed to initialize");
}
#endif
#endif /* X11 */
Tox *m = load_toxic(DATA_FILE);