summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-03 09:35:01 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-03 09:35:01 -0800
commita959e437a99e5048e5314a3759158eec332c0821 (patch)
tree7ae87de442912a96b68377a1248da5cbec4a0454 /core
parent4a894e0713910e68a8744a3b34b95a91b31cabde (diff)
downloadsubsurface-a959e437a99e5048e5314a3759158eec332c0821.tar.gz
Fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r--core/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/linux.c b/core/linux.c
index b050472a6..bd6bbe2ab 100644
--- a/core/linux.c
+++ b/core/linux.c
@@ -218,7 +218,7 @@ int subsurface_zip_close(struct zip *zip)
void subsurface_console_init(bool dedicated, bool logfile)
{
(void)dedicated;
- (void)logifle;
+ (void)logfile;
/* NOP */
}