aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-01-25 21:09:34 +0000
committerTed Kremenek <kremenek@apple.com>2010-01-25 21:09:34 +0000
commit2cd10b071eb07e82931a0bb43e7fa5b2ce06ef02 (patch)
treef759a925f7439336d55ec95c6d1d4dd64f0fff61
parent5bfc5364405370c388450ede09e15e3e5aef819b (diff)
Fix include guard.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94447 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/CIndex/CXCursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CIndex/CXCursor.h b/tools/CIndex/CXCursor.h
index 546dd7f485..30fb26c936 100644
--- a/tools/CIndex/CXCursor.h
+++ b/tools/CIndex/CXCursor.h
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_CXCURSOR_H
-#define LLVM_CLANG_CXCursor_H
+#define LLVM_CLANG_CXCURSOR_H
#include "clang-c/Index.h"
#include "clang/Basic/SourceLocation.h"