aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2018-01-27 22:27:55 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2018-01-27 22:27:55 +0000
commitb9b20abf2b0f84dc311b761b27380daff2b393d7 (patch)
tree811a91d4734c31c12fb197a802e10eea82924256 /lib/libthr/thread
parente28c47b5704bf2dd632b9f2c04854e9a4547dfa9 (diff)
Notes
Diffstat (limited to 'lib/libthr/thread')
-rw-r--r--lib/libthr/thread/thr_printf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_printf.c b/lib/libthr/thread/thr_printf.c
index d757c8d2d6e27..dd761783a2a67 100644
--- a/lib/libthr/thread/thr_printf.c
+++ b/lib/libthr/thread/thr_printf.c
@@ -95,6 +95,7 @@ next: c = *fmt++;
case 'p':
pstr(fd, "0x");
islong = 1;
+ /* FALLTHROUGH */
case 'd':
case 'u':
case 'x':