aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
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. */