[network-manager-applet/nma-0-9-10: 8/15] build: fix typo in inclusion guard



commit bd3f41efc5ae60aff5040da8a0dd6af3c7f2589b
Author: Thomas Haller <thaller redhat com>
Date:   Mon Oct 27 15:34:31 2014 +0100

    build: fix typo in inclusion guard
    
    clang warns:
    
        make[4]: Entering directory `./network-manager-applet/src'
          CC       nm_applet-applet.o
        In file included from applet.c:88:
        ./applet-vpn-request.h:23:9: error: 'APPLET_VPN_REQEUST_H' is used as a header guard here, followed 
by #define of a different macro [-Werror,-Wheader-guard]
        #ifndef APPLET_VPN_REQEUST_H
                ^~~~~~~~~~~~~~~~~~~~
        ./applet-vpn-request.h:24:9: note: 'APPLET_VPN_REQUEST_H' is defined here; did you mean 
'APPLET_VPN_REQEUST_H'?
        #define APPLET_VPN_REQUEST_H
                ^~~~~~~~~~~~~~~~~~~~
                APPLET_VPN_REQEUST_H
    
    Signed-off-by: Thomas Haller <thaller redhat com>
    (cherry picked from commit de47edb1cc4433bfa224e907f3cf12b2e2fa72b8)

 src/applet-vpn-request.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet-vpn-request.h b/src/applet-vpn-request.h
index 835daeb..2fe5d28 100644
--- a/src/applet-vpn-request.h
+++ b/src/applet-vpn-request.h
@@ -20,7 +20,7 @@
  * (C) Copyright 2004 - 2011 Red Hat, Inc.
  */
 
-#ifndef APPLET_VPN_REQEUST_H
+#ifndef APPLET_VPN_REQUEST_H
 #define APPLET_VPN_REQUEST_H
 
 #include "applet.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]