From eab4151a99f0c2fc2f41c51356d04898255ccbfe Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Wed, 16 Jan 2013 16:32:48 +0200 Subject: [PATCH] Oops, typoed #ifdef; again fixing previous commit. --- pb_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_decode.c b/pb_decode.c index 96e0c43..7c68b5a 100644 --- a/pb_decode.c +++ b/pb_decode.c @@ -226,7 +226,7 @@ void pb_close_string_substream(pb_istream_t *stream, pb_istream_t *substream) { stream->state = substream->state; -#ifdef PB_NO_ERRMSG +#ifndef PB_NO_ERRMSG stream->errmsg = substream->errmsg; #endif } -- 2.16.6