summaryrefslogtreecommitdiff
path: root/apf_run.c
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2018-03-30 13:45:11 -0700
committerErik Kline <ek@google.com>2018-03-30 13:53:12 -0700
commit7a1d9a6dbddaa46e8b74859952a58b55ddcd5801 (patch)
treebff54e806b2d5b9934fc2020635f64eeb13b88f0 /apf_run.c
parent75410970184bf98626342588ba2eabf79cda6d38 (diff)
downloadapf-7a1d9a6dbddaa46e8b74859952a58b55ddcd5801.tar.gz
Fix compilation error for printf args.
Test: make apf_run works Bug: 73804303 Change-Id: Icd4b5d051ba55439a5ce346c0bc61a95da6cc03f
Diffstat (limited to 'apf_run.c')
-rw-r--r--apf_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apf_run.c b/apf_run.c
index dab7f5e..3d654cf 100644
--- a/apf_run.c
+++ b/apf_run.c
@@ -62,7 +62,7 @@ int main(int argc, char* argv[]) {
"Usage: %s <program> <packet> [<data>] [<age>]\n"
" program: APF program, in hex\n"
" packet: Packet to run through program, in hex\n"
- " data: Data memory contents, in hex\n",
+ " data: Data memory contents, in hex\n"
" age: Age of program in seconds (default: 0)\n",
basename(argv[0]));
exit(1);