[libvirt] [PATCH] test: Fix typo in testutils.h header guard

Cole Robinson crobinso at redhat.com
Fri Mar 25 13:07:44 UTC 2016


On 03/25/2016 05:51 AM, Christophe Fergeau wrote:
> This changes __VIT_TEST_UTILS_H__ to __VIR_TEST_UTILS_H__
> ---
>  tests/testutils.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/testutils.h b/tests/testutils.h
> index 752fa52..058be55 100644
> --- a/tests/testutils.h
> +++ b/tests/testutils.h
> @@ -20,8 +20,8 @@
>   * Karel Zak <kzak at redhat.com>
>   */
>  
> -#ifndef __VIT_TEST_UTILS_H__
> -# define __VIT_TEST_UTILS_H__
> +#ifndef __VIR_TEST_UTILS_H__
> +# define __VIR_TEST_UTILS_H__
>  
>  # include <stdio.h>
>  # include "viralloc.h"
> @@ -145,4 +145,4 @@ int testCompareDomXML2XMLFiles(virCapsPtr caps,
>                                 const void *opaque,
>                                 unsigned int parseFlags);
>  
> -#endif /* __VIT_TEST_UTILS_H__ */
> +#endif /* __VIR_TEST_UTILS_H__ */
> 

ACK and pushed

Thanks,
Cole




More information about the libvir-list mailing list