Skip to content
Snippets Groups Projects
Commit ac1b1eb9 authored by Lev Walkin's avatar Lev Walkin
Browse files

*** empty log message ***

parent c3b8f6d1
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@ main(int ac, char **av) {
}
break;
case 'L':
print_arg__flags = APF_LINE_COMMENTS;
print_arg__flags |= APF_LINE_COMMENTS;
break;
case 'N':
print_arg__flags = APF_NO_SOURCE_COMMENTS;
print_arg__flags |= APF_NO_SOURCE_COMMENTS;
break;
case 'P':
asn1_compiler_flags |= A1C_PRINT_COMPILED;
......
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