projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077bc2f
)
progs/demos: fix typo
author
Brian Paul
<brianp@vmware.com>
Fri, 5 Feb 2010 18:08:00 +0000
(11:08 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 5 Feb 2010 20:16:39 +0000
(13:16 -0700)
progs/demos/dissolve.c
patch
|
blob
|
history
diff --git
a/progs/demos/dissolve.c
b/progs/demos/dissolve.c
index f1589a4e41392c52186878fc72c2b5c8bae7f5b7..0b8df1bb66916edbd4c73d7c9598178cac579c4c 100644
(file)
--- 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", FILE
1
);
+ printf("Couldn't read %s\n", FILE
2
);
exit(0);
}