shithub: libnate

Download patch

ref: dcda9073c2fef62d70544e8dac46c2919c908587
parent: 812d84e15bf64b6bdad838401acd8c8bbf25342b
author: sirjofri <sirjofri@sirjofri.de>
date: Sun Feb 9 10:53:00 EST 2025

removes unneeded comment

--- a/n_image.c
+++ b/n_image.c
@@ -38,7 +38,7 @@
 		draw(img, i->r, display->white, nil, ZP);
 		return;
 	}
-	draw(img, i->r, i->image, nil, i->offset); // ZP=i->offset
+	draw(img, i->r, i->image, nil, i->offset);
 }
 
 static void