Merge pull request #4396 from tru/guicontrolheaderguard
authorjmarshallnz <jcmarsha@gmail.com>
Tue, 11 Mar 2014 20:35:58 +0000 (09:35 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Fri, 14 Mar 2014 21:46:12 +0000 (10:46 +1300)
Fix: Header guard in GUIControlFactor.h had a typo.

xbmc/guilib/GUIControlFactory.h

index 0e7e764..ab7d6eb 100644 (file)
@@ -4,7 +4,7 @@
 */
 
 #ifndef GUI_CONTROL_FACTORY_H
-#define GIU_CONTROL_FACTORY_H
+#define GUI_CONTROL_FACTORY_H
 
 #pragma once