From bd4c9a01c060b8db3022f0eef7baf1acb2cb8a18 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 15 Apr 2022 18:54:00 +0100 Subject: [PATCH] dice: Cooldown template: Add header about autogeneration This may help avoid editing it manuallly... Signed-off-by: Ian Jackson --- dice/cooldown-template-extractor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dice/cooldown-template-extractor b/dice/cooldown-template-extractor index 57e31ce0..d1051a29 100755 --- a/dice/cooldown-template-extractor +++ b/dice/cooldown-template-extractor @@ -15,6 +15,8 @@ my $xpc = XML::LibXML::XPathContext->new($dom) or die; our ($label, $node); +print "\n" or die $!; + sub process_node ($$) { my $fn; ($label, $fn) = @_; -- 2.30.2