Browse Source

Merge pull request #521 from valera-rozuvan/patch-3

Add comment to closing #endif statement
Micha Mettke 8 years ago
parent
commit
815b5e19e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nuklear.h

+ 1 - 1
nuklear.h

@@ -23653,4 +23653,4 @@ NK_API void
 nk_menu_end(struct nk_context *ctx)
 {nk_contextual_end(ctx);}
 
-#endif
+#endif /* NK_IMPLEMENTATION */