mirror of https://github.com/nothings/stb.git
trailing newline
This commit is contained in:
parent
e63b3e0702
commit
9e566c8b31
|
@ -12,4 +12,4 @@ int main(int argc, char **argv)
|
||||||
if (data)
|
if (data)
|
||||||
stbi_write_png("c:/x/result.png", w, h, 4, data, w*4);
|
stbi_write_png("c:/x/result.png", w, h, 4, data, w*4);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue