added the dropped ;

pull/1527/head
Gregory Mullen (GrayHatter) 2016-02-13 20:53:30 -08:00
parent 58ebf7a5b6
commit 9628f9d171
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ bool toxav_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch)
(TOXAV_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
(TOXAV_VERSION_MINOR == minor && TOXAV_VERSION_PATCH >= patch) /* the patch must be the same or newer */
)
)
);
}
ToxAV *toxav_new(Tox *tox, TOXAV_ERR_NEW *error)

View File

@ -91,7 +91,7 @@ bool tox_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch)
(TOX_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
(TOX_VERSION_MINOR == minor && TOX_VERSION_PATCH >= patch) /* the patch must be the same or newer */
)
)
);
}

View File

@ -68,7 +68,7 @@ bool toxes_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch)
(TOXES_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
(TOXES_VERSION_MINOR == minor && TOXES_VERSION_PATCH >= patch) /* the patch must be the same or newer */
)
)
);
}
/* Clients should consider alerting their users that, unlike plain data, if even one bit