forked from ariadne/pkgconf
libpkgconf: fragment: fix nitpick warning reported by MSVC (closes #162)
parent
f5627481d7
commit
18abb4ccc1
|
@ -535,7 +535,7 @@ pkgconf_fragment_render_buf(const pkgconf_list_t *list, char *buf, size_t buflen
|
||||||
(void) escape;
|
(void) escape;
|
||||||
|
|
||||||
ops = ops != NULL ? ops : &default_render_ops;
|
ops = ops != NULL ? ops : &default_render_ops;
|
||||||
return ops->render_buf(list, buf, buflen, true);
|
ops->render_buf(list, buf, buflen, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue