From ba8acc79f38cbc6225c811ea88cc275a3faf182a Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 7 Sep 2025 23:15:26 -0400 Subject: [PATCH] the only day i will ever use gitea in the browser --- sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.c b/sample.c index ed846ac..aa82c03 100644 --- a/sample.c +++ b/sample.c @@ -1,6 +1,6 @@ // This program simply loads a QOI file into Allegro // as a texture and then dumps the texture data as a PNG. -// Take notice of lines 12 and 13. You only need to initialize +// Take notice of lines 20 and 21. You only need to initialize // the QOI plugin (this registers the function hooks that Allegro // will use whenever you want to I/O on a filename ending in .qoi) //