From 4daecbf04d3bd096a8f312f9601f7a52a4f661cc Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Thu, 25 Aug 2016 21:46:59 -0400 Subject: [PATCH] false is still not 1 --- libretro-common/include/file/file_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/file/file_path.h b/libretro-common/include/file/file_path.h index 08dba54aad..588e5b89b7 100644 --- a/libretro-common/include/file/file_path.h +++ b/libretro-common/include/file/file_path.h @@ -151,7 +151,7 @@ void path_resolve_realpath(char *buf, size_t size); * * Checks if @path is an absolute path or a relative path. * - * Returns: true (1) if path is absolute, false (1) if path is relative. + * Returns: true if path is absolute, false if path is relative. **/ bool path_is_absolute(const char *path);