Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd one semicolon is usually enough.



details:   https://anonhg.NetBSD.org/src/rev/67aecaf8760c
branches:  trunk
changeset: 446114:67aecaf8760c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 24 13:02:46 2018 +0000

description:
one semicolon is usually enough.

diffstat:

 libexec/httpd/bozohttpd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37f3b1257c02 -r 67aecaf8760c libexec/httpd/bozohttpd.h
--- a/libexec/httpd/bozohttpd.h Sat Nov 24 12:17:35 2018 +0000
+++ b/libexec/httpd/bozohttpd.h Sat Nov 24 13:02:46 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bozohttpd.h,v 1.56 2018/11/22 08:54:08 mrg Exp $       */
+/*     $NetBSD: bozohttpd.h,v 1.57 2018/11/24 13:02:46 christos Exp $  */
 
 /*     $eterna: bozohttpd.h,v 1.39 2011/11/18 09:21:15 mrg Exp $       */
 
@@ -407,7 +407,7 @@
 #endif
 
 /* I/O */
-int bozo_printf(bozohttpd_t *, const char *, ...) BOZO_PRINTFLIKE(2, 3);;
+int bozo_printf(bozohttpd_t *, const char *, ...) BOZO_PRINTFLIKE(2, 3);
 ssize_t bozo_read(bozohttpd_t *, int, void *, size_t);
 ssize_t bozo_write(bozohttpd_t *, int, const void *, size_t);
 int bozo_flush(bozohttpd_t *, FILE *);



Home | Main Index | Thread Index | Old Index