summaryrefslogtreecommitdiff
path: root/apf_run.c
diff options
context:
space:
mode:
authorErik Kline <ek@google.com>2018-03-30 13:45:11 -0700
committerBernie Innocenti <codewiz@google.com>2018-04-02 15:56:03 +0900
commitc206315b2faf7f0a59dbd64376de38e3d116534e (patch)
treebff54e806b2d5b9934fc2020635f64eeb13b88f0 /apf_run.c
parentea115f501b42415063c4747e3b5bdc95e669fe1c (diff)
downloadapf-c206315b2faf7f0a59dbd64376de38e3d116534e.tar.gz
Fix compilation error for printf args.
Test: make apf_run works Bug: 73804303 Merged-In: I6fd47d0a1fe4a73f2bad85a79566b40426f56eb2 Merged-In: I31a2a77c7025f6aa7abea40344622865567fa0a5 Change-Id: Icd4b5d051ba55439a5ce346c0bc61a95da6cc03f (cherry picked from commit 7a1d9a6dbddaa46e8b74859952a58b55ddcd5801)
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);