Simply to appease gcc's warnings.

This commit is contained in:
Warner Losh 2015-08-28 02:29:31 +00:00
parent 97c477f86f
commit d63180f2df

View File

@ -491,7 +491,7 @@ ow_child_location_str(device_t dev, device_t child, char *buf,
size_t buflen) size_t buflen)
{ {
snprintf(buf, buflen, ""); *buf = '\0';
return (0); return (0);
} }