aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdfjob-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpdfjob-c.c')
-rw-r--r--examples/qpdfjob-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qpdfjob-c.c b/examples/qpdfjob-c.c
index da53001a..ac58b8ae 100644
--- a/examples/qpdfjob-c.c
+++ b/examples/qpdfjob-c.c
@@ -57,6 +57,6 @@ int main(int argc, char* argv[])
* qpdfjob_run_from_json instead and pass the json string as a
* single char const* argument.
*/
- r = qpdfjob_run_from_argv(5, new_argv);
+ r = qpdfjob_run_from_argv(new_argv);
return r;
}