progs/demos: fix typo
authorBrian Paul <brianp@vmware.com>
Fri, 5 Feb 2010 18:08:00 +0000 (11:08 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 5 Feb 2010 20:16:39 +0000 (13:16 -0700)
progs/demos/dissolve.c

index f1589a4e41392c52186878fc72c2b5c8bae7f5b7..0b8df1bb66916edbd4c73d7c9598178cac579c4c 100644 (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);
    }