提交 9d30e078 编写于 作者: E Eric Blake

maint: fix typo in error message

* src/util/virerror.h (virReportInvalidZeroArg): Fix double space.
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 72ffbd1b
/*
* virerror.c: error handling and reporting code for libvirt
*
* Copyright (C) 2006-2009, 2011 Red Hat, Inc.
* Copyright (C) 2006-2013 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -121,7 +121,7 @@ void virReportSystemErrorFull(int domcode,
#argname, \
NULL, \
0, 0, \
_("%s in %s must be zero"), \
_("%s in %s must be zero"), \
#argname, __FUNCTION__)
# define virReportInvalidNonNegativeArg(argname) \
virRaiseErrorFull(__FILE__, __FUNCTION__, __LINE__, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册