Removed double underscore.

This commit is contained in:
Takatoshi Kondo
2015-03-04 22:44:11 +09:00
parent f6d0cd9a4b
commit f7f2d4b990

View File

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