mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 22:30:11 +01:00
progs/demos: fix typo
This commit is contained in:
parent
077bc2fda2
commit
45ceabf794
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue