mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
false is most certainly not 1.
This commit is contained in:
parent
f6598f8e38
commit
0bd9ccddc1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue