aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wmem')
-rw-r--r--epan/wmem/wmem_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wmem/wmem_core.c b/epan/wmem/wmem_core.c
index 5215ece1e8..fb3fa2fea2 100644
--- a/epan/wmem/wmem_core.c
+++ b/epan/wmem/wmem_core.c
@@ -171,8 +171,8 @@ wmem_allocator_new(const wmem_allocator_type_t type)
default:
g_assert_not_reached();
/* This is necessary to squelch MSVC errors; is there
- any way to tell it that g_assert_not_reached()
- never returns? */
+ any way to tell it that g_assert_not_reached()
+ never returns? */
return NULL;
};