diff --git a/libretro-common/file/config_file.c b/libretro-common/file/config_file.c index 311f01612c..a47276028b 100644 --- a/libretro-common/file/config_file.c +++ b/libretro-common/file/config_file.c @@ -841,7 +841,7 @@ config_file_t *config_file_new_from_path_to_string(const char *path) { if (path_is_valid(path)) { - uint8_t *ret_buf = NULL; + uint8_t *ret_buf = NULL; int64_t length = 0; if (filestream_read_file(path, (void**)&ret_buf, &length)) {