]> The Tcpdump Group git mirrors - libpcap/commitdiff
Get rid of unused variable.
authorGuy Harris <[email protected]>
Wed, 5 Nov 2014 19:19:39 +0000 (11:19 -0800)
committerGuy Harris <[email protected]>
Wed, 5 Nov 2014 19:19:39 +0000 (11:19 -0800)
Also clean up white space a bit.

gencode.c

index 5967cb1355efe0d148cc7484d299b4431747c4e4..30b2e50a7eb06d27b32bf357e7f90c96698229d9 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -8124,7 +8124,7 @@ struct block *
 gen_vlan(vlan_num)
        int vlan_num;
 {
 gen_vlan(vlan_num)
        int vlan_num;
 {
-       struct  block   *b0, *b1;
+       struct  block   *b0;
 
        /* can't check for VLAN-encapsulated packets inside MPLS */
        if (label_stack_depth > 0)
 
        /* can't check for VLAN-encapsulated packets inside MPLS */
        if (label_stack_depth > 0)
@@ -8196,7 +8196,7 @@ struct block *
 gen_mpls(label_num)
        int label_num;
 {
 gen_mpls(label_num)
        int label_num;
 {
-       struct  block   *b0,*b1;
+       struct  block   *b0, *b1;
 
        /*
         * Change the offsets to point to the type and data fields within
 
        /*
         * Change the offsets to point to the type and data fields within