mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibC: Let's remember that headers are in C.
This commit is contained in:
parent
23bb276fcd
commit
1577217ce1
Notes:
sideshowbarker
2024-07-19 14:55:47 +09:00
Author: https://github.com/awesomekling
Commit: 1577217ce1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct __STDIO_FILE {
|
|||
char* buffer;
|
||||
size_t buffer_size;
|
||||
size_t buffer_index;
|
||||
bool have_ungotten;
|
||||
int have_ungotten;
|
||||
char ungotten;
|
||||
char default_buffer[BUFSIZ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue