From: Petteri Aimonen Date: Wed, 16 Jan 2013 14:32:48 +0000 (+0200) Subject: Oops, typoed #ifdef; again fixing previous commit. X-Git-Tag: 3.99.1~14^2~424 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=eab4151a99f0c2fc2f41c51356d04898255ccbfe;p=apps%2Flow-level-can-service.git Oops, typoed #ifdef; again fixing previous commit. --- 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 }