提交 40bd9723 编写于 作者: A Andrea Bolognani

util: conf: Fix parameters alignment

The parameters for virConfGetValueLLong() were not aligned
properly.
上级 a18710b3
......@@ -1304,8 +1304,8 @@ int virConfGetValueSSizeT(virConfPtr conf,
* Returns: 1 if the value was present, 0 if missing, -1 on error
*/
int virConfGetValueLLong(virConfPtr conf,
const char *setting,
long long *value)
const char *setting,
long long *value)
{
virConfValuePtr cval = virConfGetValue(conf, setting);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册