diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-03 09:35:01 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-03 09:35:01 -0800 |
commit | a959e437a99e5048e5314a3759158eec332c0821 (patch) | |
tree | 7ae87de442912a96b68377a1248da5cbec4a0454 /core | |
parent | 4a894e0713910e68a8744a3b34b95a91b31cabde (diff) | |
download | subsurface-a959e437a99e5048e5314a3759158eec332c0821.tar.gz |
Fix typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/linux.c | 2 |
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 */ } |