aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pdumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c
index b5861950c92..63424c5734a 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -2769,7 +2769,7 @@ dump_hash_table (struct dump_context *ctx,
2769static dump_off 2769static dump_off
2770dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer) 2770dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
2771{ 2771{
2772#if CHECK_STRUCTS && !defined HASH_buffer_375A10F5E5 2772#if CHECK_STRUCTS && !defined HASH_buffer_5DC36DBD42
2773# error "buffer changed. See CHECK_STRUCTS comment in config.h." 2773# error "buffer changed. See CHECK_STRUCTS comment in config.h."
2774#endif 2774#endif
2775 struct buffer munged_buffer = *in_buffer; 2775 struct buffer munged_buffer = *in_buffer;