]> diplodocus.org Git - nmh/commitdiff
Rearranged statements to avoid compile warning about mixed
authorDavid Levine <levinedl@acm.org>
Fri, 23 Sep 2016 12:21:57 +0000 (08:21 -0400)
committerDavid Levine <levinedl@acm.org>
Fri, 23 Sep 2016 12:21:57 +0000 (08:21 -0400)
declarations and code.

sbr/netsec.c

index 895892a29d29e1346c2ea4454d731bbfc78e027b..f6217c1d17a58b8cc482f53451a9e2af01008097 100644 (file)
@@ -288,8 +288,8 @@ netsec_b64_snoop_decoder(netsec_context *nsc, const char *string, size_t len,
 {
     const char *decoded;
     size_t decodedlen;
-    NMH_UNUSED(nsc);
     int offset;
+    NMH_UNUSED(nsc);
 
     offset = context ? *((int *) context) : 0;