diff options
author | Brian Paul <[email protected]> | 2010-02-05 11:08:00 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-05 13:16:39 -0700 |
commit | 45ceabf79474a6a6559275cf5a166c61ba76d228 (patch) | |
tree | 3572a1b6f4d5d0df9fe6f780774e9bd416430dac /progs | |
parent | 077bc2fda2afdbe0bf12e1baeafa4ce41b711d1d (diff) |
progs/demos: fix typo
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/dissolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/dissolve.c b/progs/demos/dissolve.c index f1589a4e413..0b8df1bb669 100644 --- a/progs/demos/dissolve.c +++ b/progs/demos/dissolve.c @@ -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); } |