trailing newline

This commit is contained in:
Sean Barrett 2014-05-28 11:05:17 -07:00
parent e63b3e0702
commit 9e566c8b31
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ int main(int argc, char **argv)
if (data)
stbi_write_png("c:/x/result.png", w, h, 4, data, w*4);
return 0;
}
}