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:
commit
a384fa9d6d
@ -230,4 +230,8 @@ typedef struct multiboot_mod_list multiboot_module_t;
|
||||
|
||||
#endif /** ! ASM_FILE */
|
||||
|
||||
#endif /** ! MULTIBOOT_HEADER */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /** ! MULTIBOOT_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user