add newline at end of file

This commit is contained in:
idea4good 2019-08-19 20:13:15 +08:00
parent 7e8071a44c
commit 5322224bc4

View File

@ -324,4 +324,4 @@ int build_bmp(const char *filename, unsigned int width, unsigned int height, uns
fclose(fp);
return 0;
}
}