Skip to content

Commit

Permalink
Fix comment for closing #endif
Browse files Browse the repository at this point in the history
I believe it should be `NK_NUKLEAR_H_` instead of `NK_H_`.
  • Loading branch information
valera-rozuvan authored Sep 17, 2017
1 parent 9059628 commit 1b1b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuklear.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */
/*
* ==============================================================
*
Expand Down

0 comments on commit 1b1b04f

Please sign in to comment.