Oops, typoed #ifdef; again fixing previous commit.

This commit is contained in:
Petteri Aimonen
2013-01-16 16:32:48 +02:00
parent 8e840cc81a
commit eab4151a99

View File

@@ -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
}