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