remove stray space

This commit is contained in:
Omar Polo 2024-01-30 09:28:54 +00:00
parent ebe2e54900
commit 574f71f7a3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static struct file {
TAILQ_ENTRY(file) entry;
FILE *stream;
char *name;
size_t ungetpos;
size_t ungetpos;
size_t ungetsize;
u_char *ungetbuf;
int eof_reached;