diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-03 15:01:15 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-03 15:01:15 -0800 |
commit | db7290a9152bc4da4ecd6d928115cd27d3f45293 (patch) | |
tree | 3266f2b6c8f2f779ce8d6fefaf4f4f477530bfeb /core/android.cpp | |
parent | f563f736078ac3dfbb999b6c2e2352defd729f62 (diff) | |
download | subsurface-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.cpp | 2 |
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 */ } |