From 9df77524fce4dd0df7f63e2909e0b5f6170d24db Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Mon, 12 Sep 2011 07:21:22 -0400 Subject: only include the h file when it is being created, and make the #endif in the h file safer for picky compilers --- scripts/templates/template-h.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/templates/template-h.h') diff --git a/scripts/templates/template-h.h b/scripts/templates/template-h.h index de40a8e071..ce7b4ddc87 100644 --- a/scripts/templates/template-h.h +++ b/scripts/templates/template-h.h @@ -28,4 +28,4 @@ #'%c'%35#define LL_#filename.upper().replace('-','_')#_H -#'%c'%35#endif LL_#filename.upper().replace('-','_')#_H +#'%c'%35#endif // LL_#filename.upper().replace('-','_')#_H -- cgit v1.2.3