Skip to content

Commit 98a1b8c

Browse files
author
millert
committed
Fix typo in last commit.
1 parent ee0f213 commit 98a1b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libc/net/inet_net_pton.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: inet_net_pton.c,v 1.12 2022/04/13 16:20:11 millert Exp $ */
1+
/* $OpenBSD: inet_net_pton.c,v 1.13 2022/04/13 22:17:33 millert Exp $ */
22

33
/*
44
* Copyright (c) 2012 by Gilles Chehade <gilles@openbsd.org>
@@ -208,7 +208,7 @@ inet_net_pton_ipv6(const char *src, u_char *dst, size_t size)
208208
struct in6_addr in6;
209209
int ret;
210210
int bits;
211-
size_t bytes
211+
size_t bytes;
212212
char buf[INET6_ADDRSTRLEN + sizeof("/128")];
213213
char *sep;
214214
const char *errstr;

0 commit comments

Comments
 (0)