Browse Source

fix missing semicolon

pull/465/head
Max Lv 9 years ago
parent
commit
f5160d4ecf
1 changed files with 1 additions and 1 deletions
  1. 2
      libudns/udns_resolver.c

2
libudns/udns_resolver.c

@ -133,7 +133,7 @@ struct sockaddr_ns {
#ifdef HAVE_IPv6
struct sockaddr_in6 sin6;
#endif
}
};
};
#define sin_eq(a,b) \

Loading…
Cancel
Save