mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Same typo, two more times
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f563f73607
commit
db7290a915
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@ int subsurface_zip_close(struct zip *zip)
|
|||
void subsurface_console_init(bool dedicated, bool logfile)
|
||||
{
|
||||
(void)dedicated;
|
||||
(void)logifle;
|
||||
(void)logfile;
|
||||
/* NOP */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue