소스 검색

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

Add comment to closing #endif statement
Micha Mettke 8 년 전
부모
커밋
815b5e19e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */