aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/test_pdf_unicode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/test_pdf_unicode.cc')
-rw-r--r--qpdf/test_pdf_unicode.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpdf/test_pdf_unicode.cc b/qpdf/test_pdf_unicode.cc
index 07073424..8765cc3f 100644
--- a/qpdf/test_pdf_unicode.cc
+++ b/qpdf/test_pdf_unicode.cc
@@ -16,16 +16,16 @@ int main(int argc, char* argv[])
{
if ((whoami = strrchr(argv[0], '/')) == NULL)
{
- whoami = argv[0];
+ whoami = argv[0];
}
else
{
- ++whoami;
+ ++whoami;
}
// For libtool's sake....
if (strncmp(whoami, "lt-", 3) == 0)
{
- whoami += 3;
+ whoami += 3;
}
if (argc != 2)