Fix verbosity.h

This commit is contained in:
twinaphex 2015-11-23 16:50:41 +01:00
parent 8030f91667
commit 0287581f86

View file

@ -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())