diff options
author | Roman Divacky <rdivacky@FreeBSD.org> | 2012-11-09 14:58:26 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@FreeBSD.org> | 2012-11-09 14:58:26 +0000 |
commit | 46c76550292e99f44ebc91cda57a6d84297daa5d (patch) | |
tree | ec068f7bed07b33f756cd5db99db8c7a2c7abf49 | |
parent | b093ae59646bfdf393860d3ac6922dd876987a9f (diff) |
Notes
-rw-r--r-- | sys/dev/asmc/asmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 5fc8c4128cb5..bc4c4e9b841f 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -839,7 +839,7 @@ out: strlcat(buf, buf2, sizeof(buf)); } strlcat(buf, " \n", sizeof(buf)); - device_printf(dev, buf); + device_printf(dev, "%s", buf); } return (error); |