summaryrefslogtreecommitdiff
path: root/src/upb_decoder.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:42:40 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:42:40 -0700
commit1782f28c866b3fc0534fba69e0802c24414bdaaa (patch)
treef2369ad877847936316037378cc7b62afab55388 /src/upb_decoder.h
parenteb622c0531f44b9521606ba8a4ec2462a1018d1a (diff)
Documentation, some type renaming, nix unknown handler for now.
Diffstat (limited to 'src/upb_decoder.h')
-rw-r--r--src/upb_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder.h b/src/upb_decoder.h
index 3d1b06b..56df810 100644
--- a/src/upb_decoder.h
+++ b/src/upb_decoder.h
@@ -61,7 +61,7 @@ struct _upb_decoder {
// MIN(end, submsg_end)
const char *effective_end;
- upb_fieldent *f;
+ upb_fhandlers *f;
// Where we will store any errors that occur.
upb_status *status;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback