X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e480573a5ff59ce2ae78793427e61b85dce7eef1..4b6cb30ae7c85d6ca9d2defb4e6d8f5cae309eeb:/stglibs/smux.lib/IpAddress.c?ds=inline

diff --git a/stglibs/smux.lib/IpAddress.c b/stglibs/smux.lib/IpAddress.c
index 8dbc66b7..0b073d2d 100644
--- a/stglibs/smux.lib/IpAddress.c
+++ b/stglibs/smux.lib/IpAddress.c
@@ -24,7 +24,7 @@ IpAddress_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
 	
 	size = st->size;
 	
-	if((size == 4)) {
+	if(size == 4) {
 		/* Constraint check succeeded */
 		return 0;
 	} else {