Fix comment for closing #endif

I believe it should be `NK_NUKLEAR_H_` instead of `NK_H_`.
pull/519/head
Valera Rozuvan 2017-09-17 22:25:32 +03:00 committed by GitHub
parent 9059628b16
commit 1b1b04fec0
1 changed files with 1 additions and 1 deletions

View File

@ -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)
#endif
#endif /* NK_H_ */
#endif /* NK_NUKLEAR_H_ */
/*
* ==============================================================
*