summaryrefslogtreecommitdiff
path: root/sbin/devmatch/devmatch.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-17 06:57:12 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-17 06:57:12 +0000
commita164a319ebf08d00cb501adbc33d6a366bbdd726 (patch)
treec38d659154739789b1f671c8ef27c427124009fa /sbin/devmatch/devmatch.c
parent48c1581df54798fa38829c933413884e5bcd08b3 (diff)
downloadsrc-test2-a164a319ebf08d00cb501adbc33d6a366bbdd726.tar.gz
src-test2-a164a319ebf08d00cb501adbc33d6a366bbdd726.zip
Notes
Diffstat (limited to 'sbin/devmatch/devmatch.c')
-rw-r--r--sbin/devmatch/devmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devmatch/devmatch.c b/sbin/devmatch/devmatch.c
index 9efeb9377ac7..ea284c6296e8 100644
--- a/sbin/devmatch/devmatch.c
+++ b/sbin/devmatch/devmatch.c
@@ -314,6 +314,7 @@ search_hints(const char *bus, const char *dev, const char *pnpinfo)
notme++;
break;
default:
+ fprintf(stderr, "Unknown field type %c\n:", *cp);
break;
}
bit++;