summaryrefslogtreecommitdiffstats
path: root/core/android.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-03 15:01:15 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-03 15:01:15 -0800
commitdb7290a9152bc4da4ecd6d928115cd27d3f45293 (patch)
tree3266f2b6c8f2f779ce8d6fefaf4f4f477530bfeb /core/android.cpp
parentf563f736078ac3dfbb999b6c2e2352defd729f62 (diff)
downloadsubsurface-db7290a9152bc4da4ecd6d928115cd27d3f45293.tar.gz
Same typo, two more times
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/android.cpp')
-rw-r--r--core/android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/android.cpp b/core/android.cpp
index 5eb8c59de..bb9dc5cd8 100644
--- a/core/android.cpp
+++ b/core/android.cpp
@@ -190,7 +190,7 @@ int subsurface_zip_close(struct zip *zip)
void subsurface_console_init(bool dedicated, bool logfile)
{
(void)dedicated;
- (void)logifle;
+ (void)logfile;
/* NOP */
}