From 0057cd3adcd0d36201967baa77fec9974c0137b8 Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Fri, 27 Aug 2010 02:32:29 +0000 Subject: [PATCH] "typo" git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@246 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4d14795..f10acde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ - build fix (missing dependency in test directory) - add generation / installation of pkg-config files. (Bobby Powers) - support for packed repeated fields (Dave Benson) - - bug in dsk_dispatch_close_fd(), which usually only + - bug in protobuf_c_dispatch_close_fd(), which usually only showed up in later function calls. - support for deprecated fields -- enable a GCC warning if a field has the "deprecated" option enabled. (Andrei Nigmatulin)