From 9628f9d1711a096f771427e053443e908de365e4 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (GrayHatter)" Date: Sat, 13 Feb 2016 20:53:30 -0800 Subject: [PATCH] added the dropped ; --- toxav/toxav.c | 2 +- toxcore/tox.c | 2 +- toxencryptsave/toxencryptsave.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/toxav/toxav.c b/toxav/toxav.c index a8fbbede..814c4f26 100644 --- a/toxav/toxav.c +++ b/toxav/toxav.c @@ -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) diff --git a/toxcore/tox.c b/toxcore/tox.c index 677fd112..23d0d3e4 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c @@ -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 */ ) - ) + ); } diff --git a/toxencryptsave/toxencryptsave.c b/toxencryptsave/toxencryptsave.c index 800d5d11..bbe0422f 100644 --- a/toxencryptsave/toxencryptsave.c +++ b/toxencryptsave/toxencryptsave.c @@ -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