mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
freebsd: fix compilation with the prebuilt tcc for programs doing import stbi
, by adding newline to last line of header files (#19329)
This commit is contained in:
parent
1ce4213afb
commit
282bb7408c
2 changed files with 2 additions and 2 deletions
2
thirdparty/stb_image/stb_v_header.h
vendored
2
thirdparty/stb_image/stb_v_header.h
vendored
|
@ -3,4 +3,4 @@
|
|||
*/
|
||||
void set_png_compression_level(int level);
|
||||
void write_force_png_filter(int level);
|
||||
void write_tga_with_rle(int level);
|
||||
void write_tga_with_rle(int level);
|
||||
|
|
|
@ -2,4 +2,4 @@ typedef struct sub_foo sub_foo;
|
|||
|
||||
struct sub_foo {
|
||||
int a;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue