mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
test: Fix typo in testutils.h header guard
This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__
This commit is contained in:
parent
7114c5ff25
commit
5e6d2af72f
@ -20,8 +20,8 @@
|
|||||||
* Karel Zak <kzak@redhat.com>
|
* Karel Zak <kzak@redhat.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __VIT_TEST_UTILS_H__
|
#ifndef __VIR_TEST_UTILS_H__
|
||||||
# define __VIT_TEST_UTILS_H__
|
# define __VIR_TEST_UTILS_H__
|
||||||
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
# include "viralloc.h"
|
# include "viralloc.h"
|
||||||
@ -145,4 +145,4 @@ int testCompareDomXML2XMLFiles(virCapsPtr caps,
|
|||||||
const void *opaque,
|
const void *opaque,
|
||||||
unsigned int parseFlags);
|
unsigned int parseFlags);
|
||||||
|
|
||||||
#endif /* __VIT_TEST_UTILS_H__ */
|
#endif /* __VIR_TEST_UTILS_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user