From: Alexis Laferrière Date: Wed, 6 Jun 2012 03:58:23 +0000 (-0400) Subject: nits: corrects the #endif position to the bottom of the generated header X-Git-Tag: v0.6~350^2~2 X-Git-Url: http://nitlanguage.org nits: corrects the #endif position to the bottom of the generated header Signed-off-by: Alexis Laferrière --- diff --git a/src/nits.nit b/src/nits.nit index d2c0742..13258ab 100644 --- a/src/nits.nit +++ b/src/nits.nit @@ -106,7 +106,7 @@ redef class MMModule end # header file guard close - v.header_head.add( "#endif\n" ) + v.header_decl.add( "\n#endif\n" ) end end