aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-01-10 11:23:11 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2018-01-10 10:25:40 +0000
commitbcefb0c8e6d9f87430cdee5ec966443f1c6cbfcf (patch)
tree0f11269136ecd1433c63e4162427768a246fc371 /epan/dissectors/packet-lustre.c
parent5dbc1d8d1c14aea4fda820567d6ac0e226027ed3 (diff)
Lustre: capitalize comment to please GCC7
Change-Id: I30c31dcdbfdfd99dfe204e2ba67a221f356a5088 Reviewed-on: https://code.wireshark.org/review/25242 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lustre.c')
-rw-r--r--epan/dissectors/packet-lustre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lustre.c b/epan/dissectors/packet-lustre.c
index 8fd04f37d4..2d90c829eb 100644
--- a/epan/dissectors/packet-lustre.c
+++ b/epan/dissectors/packet-lustre.c
@@ -2335,7 +2335,7 @@ dissect_struct_lustre_cfg(tvbuff_t *tvb, int offset, proto_tree *parent_tree)
offset = dissect_struct_lov_desc(tvb, offset, tree);
break;
}
- // else FALL THROUGH
+ // ELSE FALL THROUGH
default:
for (i = 0; i < count; ++i) {
len = tvb_get_letohl(tvb, buf_offset+(4*i));