summaryrefslogtreecommitdiffstats
path: root/jni/feature_mos
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-01-09 05:23:08 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:42 +0200
commit5566db1837b87181a67139a6ac2445218988f713 (patch)
treefc789e05f62c354127b34ef2521fd34f53d4b414 /jni/feature_mos
parente07d2aecbb183dac48ce94ef7fd86c39ccd39a51 (diff)
downloadandroid_packages_apps_Snap-5566db1837b87181a67139a6ac2445218988f713.tar.gz
android_packages_apps_Snap-5566db1837b87181a67139a6ac2445218988f713.tar.bz2
android_packages_apps_Snap-5566db1837b87181a67139a6ac2445218988f713.zip
Snap: Fix jni compiler warnings
Change-Id: I091a8928a9a0674c54759ff8b384259d8f16793e
Diffstat (limited to 'jni/feature_mos')
-rw-r--r--jni/feature_mos/src/mosaic/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jni/feature_mos/src/mosaic/Log.h b/jni/feature_mos/src/mosaic/Log.h
index cf6f14b18..52bc1d4c6 100644
--- a/jni/feature_mos/src/mosaic/Log.h
+++ b/jni/feature_mos/src/mosaic/Log.h
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef LOG_H_
+#ifndef LOG_H
#define LOG_H
#include <android/log.h>