Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8e840cc
)
Oops, typoed #ifdef; again fixing previous commit.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 16 Jan 2013 14:32:48 +0000
(16:32 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Wed, 16 Jan 2013 14:32:48 +0000
(16:32 +0200)
pb_decode.c
patch
|
blob
|
history
diff --git
a/pb_decode.c
b/pb_decode.c
index
96e0c43
..
7c68b5a
100644
(file)
--- 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
+#if
n
def PB_NO_ERRMSG
stream->errmsg = substream->errmsg;
#endif
}