From: Guus Sliepen Date: Tue, 15 Sep 2009 20:58:16 +0000 (+0200) Subject: Remove extra {. X-Git-Tag: release-1.0.10~25 X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=commitdiff_plain;h=802a50ffcd5f39bfc6424ac841de4e41154092fc Remove extra {. --- diff --git a/lib/dropin.c b/lib/dropin.c index f6eda42..1c2592d 100644 --- a/lib/dropin.c +++ b/lib/dropin.c @@ -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;