Browse Source

Fix return value

gingerBill 2 years ago
parent
commit
039d9938b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/os/os_freebsd.odin

+ 1 - 1
core/os/os_freebsd.odin

@@ -577,7 +577,7 @@ _readlink :: proc(path: string) -> (string, Errno) {
 		}	
 		}	
 	}
 	}
 
 
-	return "", nil
+	return "", Errno{}
 }
 }
 
 
 // XXX FreeBSD
 // XXX FreeBSD