X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e480573a5ff59ce2ae78793427e61b85dce7eef1..47b9e5ee87451a8a701e40cc1c027118ff309d72:/stglibs/smux.lib/INTEGER.c?ds=inline

diff --git a/stglibs/smux.lib/INTEGER.c b/stglibs/smux.lib/INTEGER.c
index 9c8b9ed3..ba455f07 100644
--- a/stglibs/smux.lib/INTEGER.c
+++ b/stglibs/smux.lib/INTEGER.c
@@ -109,7 +109,6 @@ INTEGER__dump(asn_TYPE_descriptor_t *td, const INTEGER_t *st, asn_app_consume_by
 	signed long accum;
 	ssize_t wrote = 0;
 	char *p;
-	int ret;
 
 	/*
 	 * Advance buf pointer until the start of the value's body.
@@ -130,6 +129,7 @@ INTEGER__dump(asn_TYPE_descriptor_t *td, const INTEGER_t *st, asn_app_consume_by
 	if((size_t)(buf_end - buf) <= sizeof(accum)) {
 		const asn_INTEGER_enum_map_t *el;
 		size_t scrsize;
+		int ret;
 		char *scr;
 
 		if(buf == buf_end) {