asn1 header generation misses newline

at some point asn1 header generation lost its trailing newline on
asn1_%s_units prototypes. put it back for neatness.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Derrick Brashear
2010-08-24 11:04:41 -04:00
committed by Love Hornquist Astrand
parent 3ba4f32d8d
commit 33e0d2c32e

View File

@@ -103,7 +103,7 @@ generate_units (const Type *t, const char *gen_name)
gen_name, gen_name);
} else {
fprintf (headerfile,
"const struct units * asn1_%s_units(void);",
"const struct units * asn1_%s_units(void);\n",
gen_name);
}