progs/demos: fix typo

This commit is contained in:
Brian Paul
2010-02-05 11:08:00 -07:00
parent 077bc2fda2
commit 45ceabf794

View File

@@ -129,7 +129,7 @@ Init(void)
Image[1] = LoadRGBImage(FILE2, &ImgWidth[1], &ImgHeight[1], &ImgFormat[1]);
if (!Image[1]) {
printf("Couldn't read %s\n", FILE1);
printf("Couldn't read %s\n", FILE2);
exit(0);
}