diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h
index 7d6e120038d7e2e5bca7e1534d444f6c813818e7..1f7e893b38ca8257d889d8dbddad031548bf0724 100644
--- a/indra/newview/llsyntaxid.h
+++ b/indra/newview/llsyntaxid.h
@@ -25,10 +25,8 @@
  * Linden Research, Inc., 945 Battery Street, San Francisco, CA  94111  USA
  * $/LicenseInfo$
  */
-#ifndef LLSYSNTAXIDLSL_H
-#define LLSYSNTAXIDLSL_H
-
-#endif // LLSYSNTAXIDLSL_H
+#ifndef LL_SYNTAXID_H
+#define LL_SYNTAXID_H
 
 #include "llviewerprecompiledheaders.h"
 
@@ -144,3 +142,5 @@ class fetchKeywordsFileResponder : public LLHTTPClient::Responder
 	 */
 	void cacheFile(const LLSD& content_ref);
 };
+
+#endif // LLSYNTAXID_H