fixed typo in error message.
This commit is contained in:
2
balls.c
2
balls.c
@ -356,7 +356,7 @@ void init_graphics() {
|
|||||||
default:
|
default:
|
||||||
cairo_surface_destroy (face_surface);
|
cairo_surface_destroy (face_surface);
|
||||||
face_surface = 0;
|
face_surface = 0;
|
||||||
fprintf(stderr, "could not create sorfece from PNG file %s\n", face_filename);
|
fprintf(stderr, "could not create surface from PNG file %s\n", face_filename);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
face_surface = 0;
|
face_surface = 0;
|
||||||
|
Reference in New Issue
Block a user