mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
typo
This commit is contained in:
parent
fdd858b102
commit
a36c612744
@ -56,7 +56,7 @@ void show_usage_and_exit(const char * dummy = nullptr)
|
||||
void show_version_and_exit(const char * dummy = nullptr)
|
||||
{
|
||||
cerr << "pdf2htmlEX version " << PDF2HTMLEX_VERSION << endl;
|
||||
cerr << "Copyright 2012-2014 Lu Wang <coolwanglu@gmail.com> and other contributers" << endl;
|
||||
cerr << "Copyright 2012-2014 Lu Wang <coolwanglu@gmail.com> and other contributors" << endl;
|
||||
cerr << "Libraries: " << endl;
|
||||
cerr << " poppler " << POPPLER_VERSION << endl;
|
||||
cerr << " libfontforge " << ffw_get_version() << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user