From 54c7b96bf19efd28cc7ce81c0864ee7bbb7d6b1d Mon Sep 17 00:00:00 2001
From: Cinder <cinder.roxley@phoenixviewer.com>
Date: Fri, 18 Apr 2014 22:03:05 -0600
Subject: [PATCH] Fix header guard

---
 indra/newview/llsyntaxid.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/indra/newview/llsyntaxid.h b/indra/newview/llsyntaxid.h
index 7d6e120038d..1f7e893b38c 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
-- 
GitLab