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) //