aboutsummaryrefslogtreecommitdiffstats
path: root/ws80211_utils.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-09-10 13:40:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-09-10 13:40:06 +0000
commit4f6442c84607383a4f99f29ff77bcf7b3dbfa6f9 (patch)
treebd2294d323dd924e9328369b5ceeee570ccb9ba3 /ws80211_utils.c
parent84c57e6eb6634d77b7ca532d56c8cea48348267d (diff)
Fix a typo.
svn path=/trunk/; revision=44840
Diffstat (limited to 'ws80211_utils.c')
-rw-r--r--ws80211_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws80211_utils.c b/ws80211_utils.c
index fca1701fcc..577009c67b 100644
--- a/ws80211_utils.c
+++ b/ws80211_utils.c
@@ -33,7 +33,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "ws80211_utils.h"
-#if defined(HAVE_LIBNL) && defined(HAVE_NL80211
+#if defined(HAVE_LIBNL) && defined(HAVE_NL80211)
#include <strings.h>
#include <errno.h>
#include <unistd.h>