aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pdf-attach-file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-attach-file.cc')
-rw-r--r--examples/pdf-attach-file.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/pdf-attach-file.cc b/examples/pdf-attach-file.cc
index decc742f..5f60bdb5 100644
--- a/examples/pdf-attach-file.cc
+++ b/examples/pdf-attach-file.cc
@@ -150,7 +150,7 @@ int main(int argc, char* argv[])
// For libtool's sake....
if (strncmp(whoami, "lt-", 3) == 0)
{
- whoami += 3;
+ whoami += 3;
}
char const* infilename = 0;
@@ -216,9 +216,9 @@ int main(int argc, char* argv[])
}
catch (std::exception &e)
{
- std::cerr << whoami << " exception: "
- << e.what() << std::endl;
- exit(2);
+ std::cerr << whoami << " exception: "
+ << e.what() << std::endl;
+ exit(2);
}
return 0;