From cbf69b7fe5ea06cefa967a59864ca95e941fc5b6 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 12 Dec 2025 00:10:14 +0100 Subject: [PATCH] docs(read): adding the documentation to the return --- src/ft_read.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ft_read.s b/src/ft_read.s index a645b77..111e5bb 100644 --- a/src/ft_read.s +++ b/src/ft_read.s @@ -22,4 +22,4 @@ ft_read: jmp .exit ; jump to exit .exit: - ret + ret ; return rax value