aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-15 18:28:39 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-16 01:29:04 +0000
commit53cb2b7159af5f1cdee64e8949c1bf11a021ce4d (patch)
treebea0c51d33ded8fc1c9ce1b95efbcb8fba6fe87a /epan
parent16f334238b322f03c627b15c38bca2512904fd05 (diff)
Get rid of another g_assert().
Change-Id: I7eb5177864d683cf722f877336f787b392e707e6 Reviewed-on: https://code.wireshark.org/review/1165 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-spdy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spdy.c b/epan/dissectors/packet-spdy.c
index 9e1a6fcd9d..e980964532 100644
--- a/epan/dissectors/packet-spdy.c
+++ b/epan/dissectors/packet-spdy.c
@@ -1097,7 +1097,7 @@ static int dissect_spdy_header_payload(
break;
default:
/* Unhandled case. This should never happen. */
- g_assert(FALSE);
+ DISSECTOR_ASSERT_NOT_REACHED();
}
/* Add the header block. */