From 9628f9d1711a096f771427e053443e908de365e4 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (GrayHatter)" Date: Sat, 13 Feb 2016 20:53:30 -0800 Subject: added the dropped ; --- toxencryptsave/toxencryptsave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxencryptsave') 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 -- cgit v1.2.3