From 490da9df29ec075c30df1234c331dd140e517827 Mon Sep 17 00:00:00 2001 From: denis Date: Mon, 11 Jun 2018 10:04:12 +0000 Subject: Sorry, forgot a whitespace. Spotted by benno@ --- usr.sbin/httpd/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/httpd') diff --git a/usr.sbin/httpd/parse.y b/usr.sbin/httpd/parse.y index 28048e9637a..6827a9d2775 100644 --- a/usr.sbin/httpd/parse.y +++ b/usr.sbin/httpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.100 2018/06/11 10:01:55 denis Exp $ */ +/* $OpenBSD: parse.y,v 1.101 2018/06/11 10:04:12 denis Exp $ */ /* * Copyright (c) 2007 - 2015 Reyk Floeter @@ -59,7 +59,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; -- cgit v1.2.3-59-g8ed1b