[zr] fix message

This commit is contained in:
radius 2016-03-05 23:09:28 -05:00
parent 1ee45f2162
commit cc250f755b

View File

@ -129,7 +129,7 @@ static struct zr_image zr_icon_load(const char *filename)
int x,y,n;
GLuint tex;
unsigned char *data = stbi_load(filename, &x, &y, &n, 0);
if (!data) printf("[SDL]: failed to load image: %s", filename);
if (!data) printf("Failed to load image: %s\n", filename);
glGenTextures(1, &tex);
glBindTexture(GL_TEXTURE_2D, tex);