summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authorGregory Mullen (GrayHatter) <greg@grayhatter.com>2016-02-13 20:53:30 -0800
committerGregory Mullen (GrayHatter) <greg@grayhatter.com>2016-02-13 20:53:30 -0800
commit9628f9d1711a096f771427e053443e908de365e4 (patch)
tree7bd816c4a09e4db019a66359ff122bb4ae2a2644 /toxencryptsave
parent58ebf7a5b6e006c656b6b704d149f391587f394d (diff)
added the dropped ;
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/toxencryptsave.c2
1 files changed, 1 insertions, 1 deletions
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)
68 (TOXES_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */ 68 (TOXES_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
69 (TOXES_VERSION_MINOR == minor && TOXES_VERSION_PATCH >= patch) /* the patch must be the same or newer */ 69 (TOXES_VERSION_MINOR == minor && TOXES_VERSION_PATCH >= patch) /* the patch must be the same or newer */
70 ) 70 )
71 ) 71 );
72} 72}
73 73
74/* Clients should consider alerting their users that, unlike plain data, if even one bit 74/* Clients should consider alerting their users that, unlike plain data, if even one bit