1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #4915 from gebart/pr/multiboot-common-missing-brace

boards/x86-multiboot-common/include/multiboot.h: Add missing closing brace
This commit is contained in:
Joakim Nohlgård 2016-02-28 06:59:24 +01:00
commit a384fa9d6d

View File

@ -230,4 +230,8 @@ typedef struct multiboot_mod_list multiboot_module_t;
#endif /** ! ASM_FILE */
#endif /** ! MULTIBOOT_HEADER */
#ifdef __cplusplus
}
#endif
#endif /** ! MULTIBOOT_H_ */