mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 20:51:26 +00:00
src/datatypes.h: fix typo
Signed-off-by: Alon Levy <alevy@redhat.com>
This commit is contained in:
parent
17cfff6f17
commit
3f0a757e80
@ -31,7 +31,7 @@
|
|||||||
* VIR_CONNECT_MAGIC:
|
* VIR_CONNECT_MAGIC:
|
||||||
*
|
*
|
||||||
* magic value used to protect the API when pointers to connection structures
|
* magic value used to protect the API when pointers to connection structures
|
||||||
* are passed down by the uers.
|
* are passed down by the users.
|
||||||
*/
|
*/
|
||||||
# define VIR_CONNECT_MAGIC 0x4F23DEAD
|
# define VIR_CONNECT_MAGIC 0x4F23DEAD
|
||||||
# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)
|
# define VIR_IS_CONNECT(obj) ((obj) && (obj)->magic==VIR_CONNECT_MAGIC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user