From 5075c3498335f25fdc06dc4fa0a4c1f015936c01 Mon Sep 17 00:00:00 2001 From: Max-R Date: Sat, 22 Nov 2025 15:19:41 +0100 Subject: [PATCH] kommentaare update --- matrix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/matrix.c b/matrix.c index e1da69d..0d32065 100644 --- a/matrix.c +++ b/matrix.c @@ -184,5 +184,4 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2) { Matrix errorMatrix = {0, 0, NULL}; return errorMatrix; } - //return matrix1; }