libpkgconf: fragment: fix nitpick warning reported by MSVC (closes #162)

pull/164/head
William Pitcock 2017-12-13 11:18:25 -06:00
parent f5627481d7
commit 18abb4ccc1
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ pkgconf_fragment_render_buf(const pkgconf_list_t *list, char *buf, size_t buflen
(void) escape;
ops = ops != NULL ? ops : &default_render_ops;
return ops->render_buf(list, buf, buflen, true);
ops->render_buf(list, buf, buflen, true);
}
/*