From 0bd9ccddc1aeb7d72f9fe375824093b328eaa3d3 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 25 Aug 2016 12:02:34 +0200 Subject: [PATCH] false is most certainly not 1. --- libretro-common/file/file_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index 2f2a7e772d..96566c5ed8 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -522,7 +522,7 @@ const char *path_basename(const char *path) * * 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) {