From b773c497e2b8466c730d01283eb248afc24b2180 Mon Sep 17 00:00:00 2001
From: "Ion-Dorinel FILIP (25005)" <dorinel.filip@upb.ro>
Date: Tue, 25 Mar 2025 00:27:03 +0000
Subject: [PATCH] Removed extra */

---
 lab6/server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lab6/server.c b/lab6/server.c
index 0c5522e..00076c5 100644
--- a/lab6/server.c
+++ b/lab6/server.c
@@ -29,7 +29,7 @@ int recv_seq_udp(int sockfd, struct seq_udp *seq_packet, int expected_seq) {
 
   // TODO: If we got the expected packet (by seq) send ACK for the seq.packet
   // and return the number of bytes read. 
-  // We will increase expected_seq in the calling function (recv_a_file(...)) */
+  // We will increase expected_seq in the calling function (recv_a_file(...))
 
   // TODO: If segment is not with the expected number, send ACK
   // for the last well received packet (expected_seq - 1) and return -1
-- 
GitLab