From 8718dec521181452a3fadb2eecb48275d9fda4c6 Mon Sep 17 00:00:00 2001 From: Maksim Gamarnik Date: Mon, 2 May 2016 00:01:06 +0300 Subject: [PATCH] Fix tab and include --- build/android/Makefile | 4 ++-- src/filesys.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/android/Makefile b/build/android/Makefile index fdbbc58ba..3b6fe3dba 100644 --- a/build/android/Makefile +++ b/build/android/Makefile @@ -742,8 +742,8 @@ assets : $(ASSETS_TIMESTAMP) find . -type f -path "*.gitignore" -exec rm -rf {} \; ; \ ls -R | grep ":$$" | sed -e 's/:$$//' -e 's/\.//' -e 's/^\///' > "index.txt"; \ find -L MultiCraft > filelist.txt; \ - echo "Creating Files.zip"; \ - zip -r Files.zip MultiCraft; \ + echo "Creating Files.zip"; \ + zip -r Files.zip MultiCraft; \ touch ${ASSETS_TIMESTAMP}; \ touch ${ASSETS_TIMESTAMP_INT}; \ else \ diff --git a/src/filesys.cpp b/src/filesys.cpp index f1c3b3017..8fafafcde 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -18,7 +18,6 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "filesys.h" -#include "porting.h" #include "util/string.h" #include #include