Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-02-03 09:35:01 -08:00
parent 4a894e0713
commit a959e437a9

View file

@ -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 */
}