Skip to content

Commit 8def810

Browse files
committed
LIBGAMBIT: Add semicolon to patch as per issue #457
1 parent 5a73d44 commit 8def810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/libgambit/fix_IPv6.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Index: lib/os_io.c
4949
+typedef union ___device_tcp_addr_struct
5050
+ {
5151
+ struct sockaddr_in in;
52-
+ struct sockaddr_in6 in6
52+
+ struct sockaddr_in6 in6;
5353
+} ___device_tcp_addr;
5454

5555
typedef struct ___device_tcp_client_struct

0 commit comments

Comments
 (0)