From abd86e3da73a7cd630f58ff28b2afde19453293c Mon Sep 17 00:00:00 2001 From: feng-arch Date: Thu, 14 Nov 2024 10:39:45 +0800 Subject: [PATCH] fix makefile error, fix valgrind error. This code was developed as per the detailed specifications provided. It's important to ensure that all work adheres to academic integrity policies. If there are any concerns about the ethical use of this code, please reach out to dis cuss at feng-arch@outlook.com or fengqi1004@gmail.com. --- submit/lc4_memory.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/submit/lc4_memory.c b/submit/lc4_memory.c index 75acbe7..7013bc6 100644 --- a/submit/lc4_memory.c +++ b/submit/lc4_memory.c @@ -115,19 +115,13 @@ void print_list_f(row_of_memory *head, FILE *output) { if (head == NULL) { return; } - - fprintf(output, "%-20s %-20s %-20s %s\n", "