mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix dispd.h using C++ comments.
This commit is contained in:
parent
2d8d89b9f8
commit
efe8e49df0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int dispd_get_framebuffer_height(struct dispd_framebuffer* framebuffer);
|
|||
int dispd_get_framebuffer_width(struct dispd_framebuffer* framebuffer);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
} // extern "C"
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue