Skip to content
Snippets Groups Projects
Commit 5e466da9 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

lets follow the standard hyphenation format


Signed-off-by: default avatarkristof <Kristof.Szabados@ericsson.com>
parent fe46b3fe
No related branches found
No related tags found
No related merge requests found
......@@ -930,7 +930,7 @@ int main(int argc, char *argv[])
boolean ttcn3_module = is_ttcn3_module(module->file_name, fp, NULL);
if (asn1_module) {
if (!is_valid_asn1_filename (module->file_name)) {
ERROR("The file name '%s' (without suffix) shall be identical to the module name '%s'.\n"
ERROR("The file name `%s' (without suffix) shall be identical to the module name `%s'.\n"
"If the name of the ASN.1 module contains a hyphen, the corresponding "
"file name shall contain an underscore character instead.", module->file_name, module_name);
}
......
......@@ -4041,7 +4041,7 @@ static void generate_makefile(size_t n_arguments, char *arguments[],
if (is_valid_asn1_filename(file_name)) {
add_asn1_module(&makefile, file_name, module_name);
} else {
ERROR("The file name '%s' (without suffix) shall be identical to the module name '%s'.\n"
ERROR("The file name `%s' (without suffix) shall be identical to the module name `%s'.\n"
"If the name of the ASN.1 module contains a hyphen, the corresponding "
"file name shall contain an underscore character instead.", file_name, module_name);
Free(module_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment