Merge branch 'master' of github.com:msgpack/msgpack-c

This commit is contained in:
Nobuyuki Kubota 2015-03-10 17:35:39 +09:00
commit e4cd479bf3

View File

@ -15,8 +15,8 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#ifndef MSGPACK_FBUFFER_H__ #ifndef MSGPACK_FBUFFER_H
#define MSGPACK_FBUFFER_H__ #define MSGPACK_FBUFFER_H
#include <stdio.h> #include <stdio.h>
@ -44,4 +44,3 @@ static inline int msgpack_fbuffer_write(void* data, const char* buf, unsigned in
#endif #endif
#endif /* msgpack/fbuffer.h */ #endif /* msgpack/fbuffer.h */