mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-05 03:41:47 +00:00
3044bd8101
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage *msg, char *dest) This function has no effect and does not seem to be used for actively waiting. Fix various other style errors, reduce scope when possible, avoid redundant writes, clarify operator priorities, etc.