Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Mery <amery@geeks.cl>2012-06-14 12:14:00 +0400
committerAlejandro Mery <amery@geeks.cl>2012-06-14 12:14:00 +0400
commit3cabfc519b59de8e48842bbf086ce092d8658c7f (patch)
tree25d6a6ac4fd34b2a2b7b6767af5057384797b69d /script_bin.h
parente4dc28068c85775ef0d295960ec1a8b76fdc201e (diff)
script_bin: fix typo
Diffstat (limited to 'script_bin.h')
-rw-r--r--script_bin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/script_bin.h b/script_bin.h
index 3684619..27ec182 100644
--- a/script_bin.h
+++ b/script_bin.h
@@ -14,8 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _SUBXI_TOOLS_SCRIPT_BIN_H
-#define _SUBXI_TOOLS_SCRIPT_BIN_H
+#ifndef _SUNXI_TOOLS_SCRIPT_BIN_H
+#define _SUNXI_TOOLS_SCRIPT_BIN_H
/** binary representation of the head of a section */
struct script_bin_section {