From 63d36f658d2e578ada90f0ae27d4b3e9eaea007e Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 14 Jul 2017 14:40:27 -0400 Subject: [PATCH] Fix RETRO_ENVIRONMENT_GET_LOG_INTERFACE docs --- libretro-common/include/libretro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index b100865c5a..c9e99bbf05 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -714,7 +714,7 @@ enum retro_mod /* struct retro_log_callback * -- * Gets an interface for logging. This is useful for * logging in a cross-platform way - * as certain platforms cannot use use stderr for logging. + * as certain platforms cannot use stderr for logging. * It also allows the frontend to * show logging information in a more suitable way. * If this interface is not used, libretro cores should