diff options
-rw-r--r-- | src/driver/pe_driver_ctx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 016302e..85e1f9c 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -36,10 +36,10 @@ static uint32_t pe_argv_flags(uint32_t flags) } static int pe_driver_usage( - const char * program, - const char * arg, + const char * program, + const char * arg, const struct argv_option * options, - struct argv_meta * meta) + struct argv_meta * meta) { char header[512]; |