1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-07-07 17:30:01 +02:00
parent 2d8d89b9f8
commit efe8e49df0

View file

@ -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