mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix verbosity.h
This commit is contained in:
parent
8030f91667
commit
0287581f86
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ void retro_main_log_file_init(const char *path);
|
|||
#if defined(HAVE_FILE_LOGGER)
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LOG_FILE (retro_main_log_file())
|
||||
|
|
Loading…
Add table
Reference in a new issue