[network-manager-applet: 8/13] build: fix typo in inclusion guard
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 8/13] build: fix typo in inclusion guard
- Date: Wed, 29 Oct 2014 09:11:57 +0000 (UTC)
commit de47edb1cc4433bfa224e907f3cf12b2e2fa72b8
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>
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]