diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-30 09:28:54 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-30 09:28:54 +0000 |
commit | 574f71f7a3854e5aabfd7f1f93f0df5cec700562 (patch) | |
tree | d7b5efc67ed542b5196e10d0dfd3bf2100b12355 /parse.y | |
parent | ebe2e54900ad3bc7a3f577b4640db08b9d997044 (diff) |
remove stray space
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |