Remove extra {.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 15 Sep 2009 20:58:16 +0000 (22:58 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 15 Sep 2009 20:58:16 +0000 (22:58 +0200)
lib/dropin.c

index f6eda42..1c2592d 100644 (file)
@@ -135,7 +135,6 @@ int asprintf(char **buf, const char *fmt, ...) {
 }
 
 int vasprintf(char **buf, const char *fmt, va_list ap) {
-{
        int status;
        va_list aq;
        int len;