summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-01-02 18:03:19 +0000
committeradrian <adrian@FreeBSD.org>2013-01-02 18:03:19 +0000
commit8ca6035013e1223ad9c4f81e28d697317d7b6553 (patch)
treebcea8074774f56274c83646808487f7c5282ff2d /tools
parent1f71059493b1d4cf57cb6b4f1c2c4c609afd7308 (diff)
downloadFreeBSD-src-8ca6035013e1223ad9c4f81e28d697317d7b6553.zip
FreeBSD-src-8ca6035013e1223ad9c4f81e28d697317d7b6553.tar.gz
Fix incorrect format string.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/arcode/arcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/arcode/arcode.c b/tools/tools/ath/arcode/arcode.c
index 31e02cd..463b954 100644
--- a/tools/tools/ath/arcode/arcode.c
+++ b/tools/tools/ath/arcode/arcode.c
@@ -106,7 +106,7 @@ main(int argc, const char *argv[])
op_mark(&a);
break;
default:
- printf("op: %s; reg: %x; val: %x\n",
+ printf("op: %d; reg: 0x%x; val: 0x%x\n",
a.op, a.reg, a.val);
}
}
OpenPOWER on IntegriCloud