fix style issue

This commit is contained in:
Mario Hüttel 2019-03-06 18:15:11 +01:00
parent 34c113517b
commit fdf2c9a42b
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -133,7 +133,7 @@ int main(int argc, char **argv)
{"tex-layers", 'l', 0, G_OPTION_ARG_NONE, &pdf_layers, "Create PDF Layers (OCG)", NULL },
{"custom-render-lib", 'P', 0, G_OPTION_ARG_FILENAME, &custom_library_path, "Path to a custom shared object, that implements the " EXTERNAL_LIBRARY_FUNCTION " function", "PATH"},
{"external-lib-output", 'e', 0, G_OPTION_ARG_FILENAME, &custom_library_file_name, "Output path for external render library", "PATH"},
{ NULL }
{NULL}
};
context = g_option_context_new(" FILE - Convert GDS file <FILE> to graphic");