Merge pull request #519 from valera-rozuvan/patch-2
Fix comment for closing #endif
This commit is contained in:
commit
8f9ead7539
@ -4243,7 +4243,7 @@ template<typename T> struct nk_alignof{struct Big {T x; char c;}; enum {
|
|||||||
#define NK_ALIGNOF(t) ((char*)(&((struct {char c; t _h;}*)0)->_h) - (char*)0)
|
#define NK_ALIGNOF(t) ((char*)(&((struct {char c; t _h;}*)0)->_h) - (char*)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* NK_H_ */
|
#endif /* NK_NUKLEAR_H_ */
|
||||||
/*
|
/*
|
||||||
* ==============================================================
|
* ==============================================================
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user