From: Sebastian Redl Date: Sun, 24 Apr 2011 16:27:36 +0000 (+0000) Subject: Fix PathDiagnosticClients.h header guard. (Case error) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5ef3ca808b16aa2ba010251773e820f57190d1a;p=clang Fix PathDiagnosticClients.h header guard. (Case error) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130099 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h b/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h index 2713e31fc0..d02228fa30 100644 --- a/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h +++ b/include/clang/StaticAnalyzer/Core/PathDiagnosticClients.h @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #ifndef LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLIENTS_H -#define LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLiENTS_H +#define LLVM_CLANG_GR_PATH_DIAGNOSTIC_CLIENTS_H #include