ext4_block_group.h: fix lack of extern "C" closing brace
authorMichał Majewicz <mmajewicz@users.noreply.github.com>
Fri, 19 Aug 2016 08:40:50 +0000 (10:40 +0200)
committerMichał Majewicz <mmajewicz@users.noreply.github.com>
Fri, 19 Aug 2016 08:40:50 +0000 (10:40 +0200)
include/ext4_block_group.h

index 715967e99fee7c6c3e9f789aef503d7a36506790..88e00a1ea883c61564e495c09eaba1bc6bb00f69 100644 (file)
@@ -319,6 +319,10 @@ static inline void ext4_bg_clear_flag(struct ext4_bgroup *bg, uint32_t f)
  * @return Computed CRC16*/
 uint16_t ext4_bg_crc16(uint16_t crc, const uint8_t *buffer, size_t len);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* EXT4_BLOCK_GROUP_H_ */
 
 /**